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

npm Dependency tree problems #246

Open
geoidesic opened this issue May 30, 2021 · 0 comments
Open

npm Dependency tree problems #246

geoidesic opened this issue May 30, 2021 · 0 comments

Comments

@geoidesic
Copy link

Hi,

I tried installing smelte using node v16 and while it worked, I got vulnerabilities warning, which when I tried to fix yielded this:

Run `npm audit` for details.
npm audit fix
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: autoprefixer@9.8.6
npm ERR! node_modules/autoprefixer
npm ERR!   autoprefixer@"^9.8.6" from smelte@1.1.5
npm ERR!   node_modules/smelte
npm ERR!     smelte@"^1.1.5" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer autoprefixer@"^10.0.2" from tailwindcss@2.1.2
npm ERR! node_modules/tailwindcss
npm ERR!   tailwindcss@"^2.0.3" from smelte@1.1.5
npm ERR!   node_modules/smelte
npm ERR!     smelte@"^1.1.5" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/noeldacosta/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
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