insidesherpa / JPMC-tech-task-2

29 stars 201 forks source link

npm install and npm start issues #258

Open RosieHaze opened 4 years ago

RosieHaze commented 4 years ago

I'm unable to get past the npm install and npm start.

sharonmary@Sharons-MacBook-Pro ~ % npm install
npm WARN saveError ENOENT: no such file or directory, open '/Users/sharonmary/package.json' npm WARN enoent ENOENT: no such file or directory, open '/Users/sharonmary/package.json' npm WARN sharonmary No description npm WARN sharonmary No repository field. npm WARN sharonmary No README data npm WARN sharonmary No license field.

audited 39 packages in 1.303s found 0 vulnerabilities

sharonmary@Sharons-MacBook-Pro ~ % npm start
npm ERR! path /Users/sharonmary/package.json npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open '/Users/sharonmary/package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

npm ERR! A complete log of this run can be found in: npm ERR! /Users/sharonmary/.npm/_logs/2020-07-08T09_55_21_505Z-debug.log

npm
parasG10 commented 4 years ago

Make sure you're doing NPM install in the cloned JPMC-task-2 folder itself

khushinaudi commented 2 years ago

heyy! did you figure it out? im getting the same error!