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
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: postcss@8.2.8
npm ERR! node_modules/postcss
npm ERR! dev postcss@"8.2.8" from the root project
npm ERR! peer postcss@"^8.1.0" from autoprefixer@10.2.5
npm ERR! node_modules/autoprefixer
npm ERR! dev autoprefixer@"10.2.5" from the root project
npm ERR! peer autoprefixer@"^10.0.2" from tailwindcss@2.0.4
npm ERR! node_modules/tailwindcss
npm ERR! tailwindcss@"2.0.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer postcss@"^8.2.14" from postcss-nested@5.0.6
npm ERR! node_modules/tailwindcss/node_modules/postcss-nested
npm ERR! postcss-nested@"^5.0.5" from tailwindcss@2.0.4
npm ERR! node_modules/tailwindcss
npm ERR! tailwindcss@"2.0.4" from the root project
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\David Lazaro\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\David Lazaro\AppData\Local\npm-cache_logs\2022-01-28T09_41_56_723Z-debug.log
Solution
change node version?
Additional comments
node v16.13.2
npm 7.13.0
The text was updated successfully, but these errors were encountered:
Version
1.1.0
Reproduction link
https://github.com/creativetimofficial/notus-svelte
Operating System
windows 10
Device
PC
Browser & Version
chrome
Steps to reproduce
npm install
What is expected?
Completed installation.
What is actually happening?
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: postcss@8.2.8
npm ERR! node_modules/postcss
npm ERR! dev postcss@"8.2.8" from the root project
npm ERR! peer postcss@"^8.1.0" from autoprefixer@10.2.5
npm ERR! node_modules/autoprefixer
npm ERR! dev autoprefixer@"10.2.5" from the root project
npm ERR! peer autoprefixer@"^10.0.2" from tailwindcss@2.0.4
npm ERR! node_modules/tailwindcss
npm ERR! tailwindcss@"2.0.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer postcss@"^8.2.14" from postcss-nested@5.0.6
npm ERR! node_modules/tailwindcss/node_modules/postcss-nested
npm ERR! postcss-nested@"^5.0.5" from tailwindcss@2.0.4
npm ERR! node_modules/tailwindcss
npm ERR! tailwindcss@"2.0.4" from the root project
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\David Lazaro\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\David Lazaro\AppData\Local\npm-cache_logs\2022-01-28T09_41_56_723Z-debug.log
Solution
change node version?
Additional comments
node v16.13.2
npm 7.13.0
The text was updated successfully, but these errors were encountered: