insidesherpa / JPMC-tech-task-2

29 stars 201 forks source link

The npm problem #303

Open Aaron-lyd opened 3 years ago

Aaron-lyd commented 3 years ago

I cannot proceed with npm install. The kind of errors I am getting does not matches to any of the listed cases in the given document. npm_error

abhignya9 commented 3 years ago

Probably the json file is saved with a different name. In my case, the json file was saved as package-lock.json. I have modified it package.json and it worked.

Hope it helps!