Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency issue setting up dev environment #1

Open
matt852 opened this issue Oct 9, 2024 · 1 comment
Open

Dependency issue setting up dev environment #1

matt852 opened this issue Oct 9, 2024 · 1 comment

Comments

@matt852
Copy link
Contributor

matt852 commented Oct 9, 2024

I just tried cloning this down and am getting a dependency error right away. I'm on Mac OSX 14.6.1.

➜  subs git:(main) 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/date-fns
npm error   date-fns@"^4.1.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer date-fns@"^2.28.0 || ^3.0.0" from [email protected]
npm error node_modules/react-day-picker
npm error   react-day-picker@"8.10.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:
npm error /Users/user/.npm/_logs/2024-10-09T12_16_31_931Z-eresolve-report.txt
npm error A complete log of this run can be found in: /Users/user/.npm/_logs/2024-10-09T12_16_31_931Z-debug-0.log
@bakudan-otaku
Copy link

I got it to run with npm install --legacy-peer-deps, I don't know if this is a good idea.

npm is running inside the default node docker container:

$ npm --version
10.8.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants