Skip to content

Instantly share code, notes, and snippets.

@BojanKomazec
Created September 10, 2018 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BojanKomazec/550ccc3a7f3c3c2be138c2cd24bfa55f to your computer and use it in GitHub Desktop.
Save BojanKomazec/550ccc3a7f3c3c2be138c2cd24bfa55f to your computer and use it in GitHub Desktop.
terminal npm can't find package.json
npm ERR! path C:\path\to\project\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:\path\to\project\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\user_name\AppData\Roaming\npm-cache\_logs\2018-09-10T10_08_34_469Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment