I cloned a repository from github and after that i tried to run "npm install" but i keep getting this error:
the project is still under development, so do i need to install or add anything in order to run it?
I cloned a repository from github and after that i tried to run "npm install" but i keep getting this error:
the project is still under development, so do i need to install or add anything in order to run it?
Try following command:
npm install --legacy-peer-deps
It tells NPM to ignore peer deps and proceed with the installation anyway.