-
-
Notifications
You must be signed in to change notification settings - Fork 737
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
npm install not working #4371
Comments
Please check this guide https://github.com/codeceptjs/CodeceptJS/blob/3.x/.github/CONTRIBUTING.md |
The peer dependencies are not resolvable: > pnpm view "[email protected]" dependencies
{
...
chai: '5.1.0',
'chai-deep-match': '1.2.1',
'chai-exclude': '2.1.0',
'chai-json-schema': '1.5.1',
'chai-json-schema-ajv': '5.2.4',
'chai-match-pattern': '1.3.0',
'chai-string': '1.5.0',
....
} Codecept requires > pnpm view "[email protected]" dependencies peerDependencies
dependencies = { fclone: '^1.0.11' }
peerDependencies = { chai: '>= 4.0.0 < 5' } |
Hey @yoannfleurydev :) (I think we have met you at camping des speakers 2023 ✌️) anyway Have you try I know it's not |
Hey @Horsty80 (yes, that's right, we have met 😉) Thanks to you two for helping on that one, I'm closing this issue :) |
What are you trying to achieve?
I try to install dependencies in this project to contribute (#4369)
What do you get instead?
Details
The text was updated successfully, but these errors were encountered: