insidesherpa / JPMC-tech-task-3-PY3

8 stars 176 forks source link

NPM issue #13

Open AmanGoyal31 opened 4 years ago

AmanGoyal31 commented 4 years ago

Screenshot (90) getting this type of error what to do??

shivkumar0757 commented 4 years ago

you must be inside the project directory, i.e. JPMC-tech-task-3-PY3

just type: cd JPMC-tech-task-3-PY3
and again run : npm install

cognitive-ninja commented 4 years ago

Same error

vaibhavsingh918 commented 4 years ago

run the command npm install in cmd administrator mode under the directory cd \path-to\JPMC-tech-task-3-PY3

JaideepVerma commented 4 years ago

Screenshot (90) getting this type of error what to do??

after getting these error try to run npm start

vikivanov commented 4 years ago

npm install npm install --ignore-scripts npm audit fix npm start

Try to run these commands in order This worked for me

Miguel-7 commented 3 years ago

I think this error is showing up because you are/were in the wrong directory. (By the way, maybe it would be a good idea to close the issue if you are no longer working on this)