Skip to content

Instantly share code, notes, and snippets.

@edubkendo
Created April 21, 2012 05:29
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 edubkendo/2434297 to your computer and use it in GitHub Desktop.
Save edubkendo/2434297 to your computer and use it in GitHub Desktop.
Error I get when trying to install latest design.io
:~/trial/demoApp$ npm install -g http://github.com/viatropos/design.io.git
npm http GET http://github.com/viatropos/design.io.git
npm ERR! Not a package /tmp/npm-1334985810977/1334985810977-0.9086782552767545/tmp.tgz
npm ERR! Error: ENOENT, open '/tmp/npm-1334985810977/1334985810977-0.9086782552767545/package/package.json'
npm ERR! 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!
npm ERR! System Linux 3.0.0-17-generic-pae
npm ERR! command "node" "/usr/local/bin/npm" "install" "-g" "http://github.com/viatropos/design.io.git"
npm ERR! cwd /home/eric/trial/demoApp
npm ERR! node -v v0.6.13
npm ERR! npm -v 1.1.17
npm ERR! path /tmp/npm-1334985810977/1334985810977-0.9086782552767545/package/package.json
npm ERR! code ENOENT
npm ERR! message ENOENT, open '/tmp/npm-1334985810977/1334985810977-0.9086782552767545/package/package.json'
npm ERR! errno {}
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/eric/trial/demoApp/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment