Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not getting installed.. #8

Open
mahakants49 opened this issue Jul 31, 2020 · 4 comments
Open

Not getting installed.. #8

mahakants49 opened this issue Jul 31, 2020 · 4 comments

Comments

@mahakants49
Copy link

mahakants49 commented Jul 31, 2020

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

@chamiduu
Copy link

chamiduu commented Aug 8, 2020

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!

@davidlindercodes
Copy link

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

@EwelinaL96
Copy link

  • Ok~~~~

@EwelinaL96
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants