Open dandago opened 1 year ago
I'd like to contribute, so I cloned the repo and did npm install and got:
npm install
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: visual-snow-relief-overlay@1.6.0 npm ERR! Found: pug@3.0.2 npm ERR! node_modules/pug npm ERR! pug@"^3.0.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer pug@"^2.0.0" from pug-plain-loader@1.0.0 npm ERR! node_modules/pug-plain-loader npm ERR! pug-plain-loader@"^1.0.0" 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.
I'm unable to even start building this at the moment. Seems like some dependencies might need upgrading.
@dandago sorry for the extremely delayed response. Are you using Node v14.21.3 as indicated in the .nvmrc file? I just tried that and I am not facing any issue. It might be related to your local set up.
I'd like to contribute, so I cloned the repo and did
npm install
and got:I'm unable to even start building this at the moment. Seems like some dependencies might need upgrading.