Created
June 2, 2017 15:29
-
-
Save maxdeviant/3984783299b973005b4a1fb064f910a7 to your computer and use it in GitHub Desktop.
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
0 info it worked if it ends with ok | |
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', | |
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
1 verbose cli 'rm', | |
1 verbose cli '-g', | |
1 verbose cli 'typescript' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 silly install loadCurrentTree | |
5 silly install readGlobalPackageData | |
6 silly install loadIdealTree | |
7 silly install cloneCurrentTreeToIdealTree | |
8 silly install loadShrinkwrap | |
9 silly uninstall loadAllDepsIntoIdealTree | |
10 silly install loadAllDepsIntoIdealTree | |
11 error cb() never called! | |
12 error This is an error with npm itself. Please report this error at: | |
13 error <https://github.com/npm/npm/issues> |
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
Unhandled rejection Error: Argument #2: Expected string but got null0 | |
at addDependency (C:\Program Files\nodejs\node_modules\npm\lib\install\deps.js:515:3) | |
at C:\Program Files\nodejs\node_modules\npm\lib\install\deps.js:463:5 | |
at C:\Program Files\nodejs\node_modules\npm\node_modules\slide\lib\async-map.js:52:35 | |
at Array.forEach (native) | |
at C:\Program Files\nodejs\node_modules\npm\node_modules\slide\lib\async-map.js:52:11 | |
at Array.forEach (native) | |
at asyncMap (C:\Program Files\nodejs\node_modules\npm\node_modules\slide\lib\async-map.js:51:8) | |
at loadDeps (C:\Program Files\nodejs\node_modules\npm\lib\install\deps.js:455:3) | |
at Array.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\slide\lib\bind-actor.js:15:8) | |
at LOOP (C:\Program Files\nodejs\node_modules\npm\node_modules\slide\lib\chain.js:15:14) | |
at C:\Program Files\nodejs\node_modules\npm\node_modules\slide\lib\chain.js:18:7 | |
at C:\Program Files\nodejs\node_modules\npm\lib\install\and-finish-tracker.js:8:8 | |
at resolveBranchDeps.then (C:\Program Files\nodejs\node_modules\npm\lib\install\deps.js:419:11) | |
at tryCatcher (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\util.js:16:23) | |
at Promise._settlePromiseFromHandler (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise.js:512:31) | |
at Promise._settlePromise (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise.js:569:18) | |
npm ERR! cb() never called! | |
npm ERR! This is an error with npm itself. Please report this error at: | |
npm ERR! <https://github.com/npm/npm/issues> | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! C:\Users\maxdeviant\AppData\Roaming\npm-cache\_logs\2017-06-02T15_26_16_194Z-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment