AdamSalma / Lurka

4chan desktop app for power users
MIT License
40 stars 3 forks source link

npm err code ERESOLVE #75

Open KadTheHunter opened 1 year ago

KadTheHunter commented 1 year ago
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: Lurka@1.0.0-alpha
npm ERR! Found: node-sass@7.0.1
npm ERR! node_modules/node-sass
npm ERR!   dev node-sass@"7.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer node-sass@"^4.0.0" from sass-loader@6.0.6
npm ERR! node_modules/sass-loader
npm ERR!   dev sass-loader@"6.0.6" 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.

This is the error I get when running npm install.

Attached below is the report file generated by this error eresolve-report.txt

hiyorijl commented 1 year ago

same exact issue after npm install

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: Lurka@1.0.0-alpha
npm ERR! Found: node-sass@7.0.1
npm ERR! node_modules/node-sass
npm ERR!   dev node-sass@"7.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer node-sass@"^4.0.0" from sass-loader@6.0.6
npm ERR! node_modules/sass-loader
npm ERR!   dev sass-loader@"6.0.6" 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.
KritixKaung commented 1 year ago

Use npm install --force

And you also need to have vscode build tools and SDK installed on top of Git and Node.