You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
Hi,
I tried installing smelte using node v16 and while it worked, I got vulnerabilities warning, which when I tried to fix yielded this:
The text was updated successfully, but these errors were encountered: