React-Portfolio
React-Portfolio copied to clipboard
Not getting installed..
Getting this error while after installing
audited 2880 packages in 22.17s
found 295 vulnerabilities (282 low, 8 moderate, 5 high)
run npm audit fix
to fix them, or npm audit
for details
$ npm start npm ERR! path C:\Users\mahakant sharma\desktop\portfolio\package.json npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\mahakant sharma\desktop\portfolio\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! C:\Users\mahakant sharma\AppData\Roaming\npm-cache_logs\2020-07-31T10_19_28_875Z-debug.log
Hey, this problem occurs when NodeJS fails to install the packages because package.json
is not there. Go to the directory where your package.json is located and try npm install
Then npm start
Hope that will work!
as @chamindujs has pointed out @mahakants49 . You simply forgot to run npm install
in the integrated terminal
- [ ] Ok~~~~
Getting this error while after installing
audited 2880 packages in 22.17s found 295 vulnerabilities (282 low, 8 moderate, 5 high) run
npm audit fix
to fix them, ornpm audit
for details$ npm start npm ERR! path C:\Users\mahakant sharma\desktop\portfolio\package.json npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\mahakant sharma\desktop\portfolio\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! C:\Users\mahakant sharma\AppData\Roaming\npm-cache_logs\2020-07-31T10_19_28_875Z-debug.log