Why do I always get errors when I run "npm install" in a project from github?

160 Views Asked by At

I am trying to install a PEVN app from GitHub (just looking for repositories and download), but always when I try to run npm install, the installation process ends up with a huge bunch of errors. I have read that it might be necessary to use older versions of Node.js,then i have installed nvm-windows and started trying older versions. It generally doesn't work either. Maybe it's just because the packages on the git are non-working?

Here are the repositories that I failed to initialize via npm i:

https://github.com/Bonato12/stack-PEVN.git

https://github.com/yanekyuk/pevn.git

https://github.com/crmuhsin/pevn-survey-app.git

0

There are 0 best solutions below