Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

errno 34 - When starting NPM.- #7974

Closed
bmsoko opened this issue Apr 16, 2015 · 3 comments
Closed

errno 34 - When starting NPM.- #7974

bmsoko opened this issue Apr 16, 2015 · 3 comments
Assignees
Labels

Comments

@bmsoko
Copy link

bmsoko commented Apr 16, 2015

I'm getting the below error when starting up NPM! what's wrong?

bruno@soko-System-Product-Name:~/Documentos/Dev/Personal/taller$ sudo npm start
npm ERR! Error: ENOENT, open '/home/bruno/Documentos/Dev/Personal/taller/package.json'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.16.0-33-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "start"
npm ERR! cwd /home/bruno/Documentos/Dev/Personal/taller
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! path /home/bruno/Documentos/Dev/Personal/taller/package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/bruno/Documentos/Dev/Personal/taller/npm-debug.log
npm ERR! not ok code 0```
@iarna iarna added the support label Apr 16, 2015
@iarna
Copy link
Contributor

iarna commented Apr 16, 2015

What this is telling you is that you ran npm start but there was no package.json in the current directory, so it didn't know what to start.

(More recent versions of npm have a better error message.)

@bmsoko
Copy link
Author

bmsoko commented Apr 23, 2015

Hi @iarna ! thanks for answering! I've realize that I did not had installed correctly npm! thanks

@ehsalazar ehsalazar self-assigned this Aug 12, 2015
@ehsalazar
Copy link

Good to hear. I'll close this for now as we’re trying to clean up some old issues. We’ll be happy to reopen if necessary.

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

No branches or pull requests

3 participants