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

Conflicting peer dependency: [email protected] #90

Open
machristie opened this issue Apr 19, 2022 · 0 comments
Open

Conflicting peer dependency: [email protected] #90

machristie opened this issue Apr 19, 2022 · 0 comments

Comments

@machristie
Copy link
Collaborator

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.

[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
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

1 participant