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

Solve dependencies version mismatch #431

Open
alagane opened this issue Apr 26, 2021 · 1 comment
Open

Solve dependencies version mismatch #431

alagane opened this issue Apr 26, 2021 · 1 comment

Comments

@alagane
Copy link
Member

alagane commented Apr 26, 2021

As a developer with npm 7.6.3
When I want to install dependencies of the project using npm i command

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/pug
npm ERR!   dev pug@"^3.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer pug@"^2.0.0" from [email protected]
npm ERR! node_modules/pug-loader
npm ERR!   dev pug-loader@"^2.4.0" from the root project

Because pug needed by pug loaded and by the project are not compatible.
This could probably fixed by this PR pugjs/pug-loader#128

There is also a problem with chai version.

Workaround is npm i -f

@alagane alagane added the TASK label Apr 26, 2021
@alagane alagane added this to the FT Inbox Sprint 10 milestone Apr 26, 2021
@alagane
Copy link
Member Author

alagane commented Apr 26, 2021

Waiting to see if this works on esn-frontend-inbox to make this changes on others SPAs

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

No branches or pull requests

1 participant