Created
March 6, 2012 23:57
-
-
Save aarisr/1989912 to your computer and use it in GitHub Desktop.
npm fails to install dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a0n.lan ➜ ~/Code/new_rewrite/server2 npm install | |
npm http GET https://registry.npmjs.org/ss-coffee | |
npm http GET https://registry.npmjs.org/ss-stylus | |
npm http GET https://registry.npmjs.org/ss-jade | |
npm http GET https://registry.npmjs.org/ss-hogan | |
npm http 304 https://registry.npmjs.org/ss-stylus | |
npm http 304 https://registry.npmjs.org/ss-jade | |
npm http 304 https://registry.npmjs.org/ss-coffee | |
npm http 304 https://registry.npmjs.org/ss-hogan | |
npm http GET https://registry.npmjs.org/coffee-script | |
npm http GET https://registry.npmjs.org/jade | |
npm http GET https://registry.npmjs.org/hogan/1.0.5-dev | |
npm http GET https://registry.npmjs.org/nib | |
npm http GET https://registry.npmjs.org/stylus | |
npm http 304 https://registry.npmjs.org/jade | |
npm http 304 https://registry.npmjs.org/coffee-script | |
npm http 304 https://registry.npmjs.org/hogan/1.0.5-dev | |
npm http 304 https://registry.npmjs.org/nib | |
npm http 304 https://registry.npmjs.org/stylus | |
npm http GET https://registry.npmjs.org/cssom/0.2.1 | |
npm http GET https://registry.npmjs.org/growl/1.1.0 | |
npm http GET https://registry.npmjs.org/mkdirp/0.0.7 | |
npm http 304 https://registry.npmjs.org/mkdirp/0.0.7 | |
npm http 304 https://registry.npmjs.org/growl/1.1.0 | |
npm http 304 https://registry.npmjs.org/cssom/0.2.1 | |
npm ERR! cb() never called! | |
npm ERR! | |
npm not ok | |
a0n.lan ➜ ~/Code/new_rewrite/server2 npm update | |
npm http GET https://registry.npmjs.org/ss-coffee | |
npm http GET https://registry.npmjs.org/ss-stylus | |
npm http GET https://registry.npmjs.org/ss-jade | |
npm http GET https://registry.npmjs.org/ss-hogan | |
npm http 304 https://registry.npmjs.org/ss-stylus | |
npm http 304 https://registry.npmjs.org/ss-coffee | |
npm http GET https://registry.npmjs.org/nib | |
npm http GET https://registry.npmjs.org/coffee-script | |
npm http GET https://registry.npmjs.org/stylus | |
npm http 304 https://registry.npmjs.org/ss-hogan | |
npm http GET https://registry.npmjs.org/hogan/1.0.5-dev | |
npm http 304 https://registry.npmjs.org/ss-jade | |
npm http GET https://registry.npmjs.org/jade | |
npm http 304 https://registry.npmjs.org/stylus | |
npm http 304 https://registry.npmjs.org/coffee-script | |
npm http GET https://registry.npmjs.org/cssom/0.2.1 | |
npm http GET https://registry.npmjs.org/growl/1.1.0 | |
npm http GET https://registry.npmjs.org/mkdirp/0.0.7 | |
npm http 304 https://registry.npmjs.org/nib | |
npm http 304 https://registry.npmjs.org/jade | |
npm http 304 https://registry.npmjs.org/hogan/1.0.5-dev | |
npm http 304 https://registry.npmjs.org/mkdirp/0.0.7 | |
npm http 304 https://registry.npmjs.org/cssom/0.2.1 | |
npm http 304 https://registry.npmjs.org/growl/1.1.0 | |
npm http GET https://registry.npmjs.org/jade/0.20.3 | |
npm http 304 https://registry.npmjs.org/jade/0.20.3 | |
npm ERR! cb() never called! | |
npm ERR! | |
npm not ok | |
a0n.lan ➜ ~/Code/new_rewrite/server2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment