matyunya / smelte

UI framework with material components built with Svelte and Tailwind CSS
https://smeltejs.com/
MIT License
1.53k stars 114 forks source link

npm Dependency tree problems #246

Open geoidesic opened 3 years ago

geoidesic commented 3 years ago

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: