You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please enter the expected behavior here
Following the steeps on the guide, start contributing.
Actual Behavior
Please enter the actual, unexpected behavior here
Error in the installation process.
I used php 8.2 and nodejs 20.14,
I got this after npm install:
npm install
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/react
npm error react@"^18.2.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^16.8.0 || ^17.0.0" from [email protected]
npm error node_modules/react-select
npm error react-select@"^3.1.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
Container definition
// Please add your entire container defintion here so issues// are easy to reproduce
Steps to Reproduce the Problem
Comments
I tried with nodejs 18 and 16 following some suggestions, but I couldn't avoid the errors on installation.
I also tried npm install --legacy-peer-deps, but when I used the npm run build I got other errors.
The text was updated successfully, but these errors were encountered:
I want to start contributing to the project, so I followed this: https://github.com/htmlburger/carbon-fields/blob/master/CONTRIBUTING.md
Version
Expected Behavior
Please enter the expected behavior here
Following the steeps on the guide, start contributing.
Actual Behavior
Please enter the actual, unexpected behavior here
Error in the installation process.
Container definition
Steps to Reproduce the Problem
Comments
I tried with nodejs 18 and 16 following some suggestions, but I couldn't avoid the errors on installation.
I also tried npm install --legacy-peer-deps, but when I used the npm run build I got other errors.
The text was updated successfully, but these errors were encountered: