We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a developer with npm 7.6.3 When I want to install dependencies of the project using npm i command
npm i
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
npm i -f
The text was updated successfully, but these errors were encountered:
Waiting to see if this works on esn-frontend-inbox to make this changes on others SPAs
Sorry, something went wrong.
No branches or pull requests
As a developer with npm 7.6.3
When I want to install dependencies of the project using
npm i
commandBecause 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
The text was updated successfully, but these errors were encountered: