React-Portfolio icon indicating copy to clipboard operation
React-Portfolio copied to clipboard

Not getting installed..

Open mahakants49 opened this issue 4 years ago • 4 comments

Screenshot (619) 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

mahakants49 avatar Jul 31 '20 10:07 mahakants49

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!

chamiduu avatar Aug 08 '20 13:08 chamiduu

as @chamindujs has pointed out @mahakants49 . You simply forgot to run npm install in the integrated terminal

davidlindercodes avatar Nov 24 '20 10:11 davidlindercodes

  • [ ] Ok~~~~

EwelinaL96 avatar Apr 27 '21 06:04 EwelinaL96

Screenshot (619) 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

EwelinaL96 avatar Apr 27 '21 06:04 EwelinaL96