Created
May 14, 2011 06:00
-
-
Save indexzero/971964 to your computer and use it in GitHub Desktop.
Failed attempt by npm to link docco
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
$ sudo npm link . | |
npm info it worked if it ends with ok | |
npm info using [email protected] | |
npm info using [email protected] | |
npm info unbuild /Users/Charlie/GitHub/docco/node_modules | |
npm info build /Users/Charlie/GitHub/docco/node_modules | |
npm ERR! Error: ENOENT, No such file or directory '/Users/Charlie/GitHub/docco/node_modules/package.json' | |
npm ERR! Report this *entire* log at: | |
npm ERR! <http://github.com/isaacs/npm/issues> | |
npm ERR! or email it to: | |
npm ERR! <[email protected]> | |
npm ERR! | |
npm ERR! System Darwin 10.7.0 | |
npm ERR! command "node" "/usr/local/bin/npm" "link" "." | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /Users/Charlie/GitHub/docco/npm-debug.log | |
npm not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment