Created
March 10, 2015 22:33
-
-
Save sinrise/e714cb1fd040f001d43f to your computer and use it in GitHub Desktop.
npm install -ddd
This file contains 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
$ npm install -ddd | |
npm info it worked if it ends with ok | |
npm verb cli [ 'c:\\Program Files (x86)\\nodejs\\node.exe', | |
npm verb cli 'c:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
npm verb cli 'install', | |
npm verb cli '-ddd' ] | |
npm info using [email protected] | |
npm info using [email protected] | |
npm ERR! install Couldn't read dependencies | |
npm verb stack Error: ENOENT, open 'c:\Users\iwiegand.TMI\Dropbox\source\nodejs\package.json' | |
npm verb stack at Error (native) | |
npm verb cwd c:\Users\iwiegand.TMI\Dropbox\source\nodejs | |
npm ERR! Windows_NT 6.3.9600 | |
npm ERR! argv "c:\\Program Files (x86)\\nodejs\\node.exe" "c:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-ddd" | |
npm ERR! node v0.12.0 | |
npm ERR! npm v2.5.1 | |
npm ERR! path c:\Users\iwiegand.TMI\Dropbox\source\nodejs\package.json | |
npm ERR! code ENOPACKAGEJSON | |
npm ERR! errno -4058 | |
npm ERR! package.json ENOENT, open 'c:\Users\iwiegand.TMI\Dropbox\source\nodejs\package.json' | |
npm ERR! package.json This is most likely not a problem with npm itself. | |
npm ERR! package.json npm can't find a package.json file in your current directory. | |
npm verb exit [ -4058, true ] | |
npm ERR! Please include the following file with any support request: | |
npm ERR! c:\Users\iwiegand.TMI\Dropbox\source\nodejs\npm-debug.log | |
/c/Program Files (x86)/nodejs/npm: line 14: 17692 Signal 112 (core dumped) "$basedir/node.exe" "$basedir/node_modules/npm/bin/npm-cli.js" "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment