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
In a fresh clone I'm getting a conflicting peer dependency when running npm install.
npm install
I was able to work around it by running npm install --legacy-peer-deps, see https://stackoverflow.com/questions/69259024/how-to-handle-conflicting-peer-dependencies.
npm install --legacy-peer-deps
[pga@scigap-develop-web1 airavata-django-portal]$ node --version v16.13.1 [pga@scigap-develop-web1 airavata-django-portal]$ npm --version 8.1.2
npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/sass-loader npm ERR! dev sass-loader@"^10" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! dev sass-loader@"^10" from the root project npm ERR! npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/webpack npm ERR! peer webpack@"^4.36.0 || ^5.0.0" from [email protected] npm ERR! node_modules/sass-loader npm ERR! dev sass-loader@"^10" from the root project
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In a fresh clone I'm getting a conflicting peer dependency when running
npm install
.I was able to work around it by running
npm install --legacy-peer-deps
, see https://stackoverflow.com/questions/69259024/how-to-handle-conflicting-peer-dependencies.The text was updated successfully, but these errors were encountered: