simplefolio icon indicating copy to clipboard operation
simplefolio copied to clipboard

npm install error

Open IoghiStudio opened this issue 4 years ago • 2 comments

When i try to npm install i see this npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/webpack npm ERR! dev webpack@"^5.40.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer webpack@"^4.0.0" from [email protected] npm ERR! node_modules/optimize-css-assets-webpack-plugin npm ERR! dev optimize-css-assets-webpack-plugin@"^6.0.1" 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!

IoghiStudio avatar Nov 09 '21 11:11 IoghiStudio

Some libraries are DEPRECATED try this:

$ npm install -g webpack $ npm install --unsafe-perm=true --allow-root --legacy-peer-deps

chiapaspc avatar Nov 10 '21 07:11 chiapaspc

Hey @IoghiStudio @chiapaspc

Sorry for replying at this late. Do you still need some help or guidance?

Right now I am working on major updates (mostly fixing all the issues Simplefolio has).

I will let know to all the community via Discord.

cobiwave avatar Dec 24 '22 00:12 cobiwave