Skip to content

Instantly share code, notes, and snippets.

@heath
Created January 30, 2013 16:24
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 heath/52a31140ab71a5d822bf to your computer and use it in GitHub Desktop.
Save heath/52a31140ab71a5d822bf to your computer and use it in GitHub Desktop.
heath@B570:~/Local/handbook/bin$ npm start
npm ERR! Error: ENOENT, open '/home/heath/Local/handbook/bin/package.json'
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR! System Linux 3.5.0-22-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! cwd /home/heath/Local/handbook/bin
npm ERR! node -v v0.8.17
npm ERR! npm -v 1.2.0
npm ERR! path /home/heath/Local/handbook/bin/package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/heath/Local/handbook/bin/npm-debug.log
npm ERR! not ok code 0
heath@B570:~/Local/handbook/bin$ PORT=8081 npm start
npm ERR! Error: ENOENT, open '/home/heath/Local/handbook/bin/package.json'
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR! System Linux 3.5.0-22-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! cwd /home/heath/Local/handbook/bin
npm ERR! node -v v0.8.17
npm ERR! npm -v 1.2.0
npm ERR! path /home/heath/Local/handbook/bin/package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/heath/Local/handbook/bin/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment