Skip to content

Instantly share code, notes, and snippets.

Created July 4, 2017 20:01
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 anonymous/3214ba732ded61f00312fe29e3d49182 to your computer and use it in GitHub Desktop.
Save anonymous/3214ba732ded61f00312fe29e3d49182 to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Users\\samuel\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'lodash' ]
2 info using npm@5.0.4
3 info using node@v8.0.0
4 verbose npm-session be657da047889f99
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 http fetch GET 304 https://registry.npmjs.org/lodash 335ms (from cache)
8 silly pacote tag manifest for lodash@latest fetched in 374ms
9 verbose stack RangeError: Maximum call stack size exceeded
9 verbose stack at C:\Users\samuel\AppData\Roaming\npm\node_modules\npm\lib\install\node.js:33:42
9 verbose stack at Array.forEach (native)
9 verbose stack at exports.create (C:\Users\samuel\AppData\Roaming\npm\node_modules\npm\lib\install\node.js:33:25)
9 verbose stack at C:\Users\samuel\AppData\Roaming\npm\node_modules\npm\lib\install\node.js:36:14
9 verbose stack at Array.forEach (native)
9 verbose stack at exports.create (C:\Users\samuel\AppData\Roaming\npm\node_modules\npm\lib\install\node.js:33:25)
9 verbose stack at normalizeTree (C:\Users\samuel\AppData\Roaming\npm\node_modules\npm\lib\install.js:377:5)
9 verbose stack at Array.forEach (native)
9 verbose stack at normalizeTree (C:\Users\samuel\AppData\Roaming\npm\node_modules\npm\lib\install.js:379:19)
9 verbose stack at Array.forEach (native)
9 verbose stack at normalizeTree (C:\Users\samuel\AppData\Roaming\npm\node_modules\npm\lib\install.js:379:19)
9 verbose stack at Array.forEach (native)
9 verbose stack at normalizeTree (C:\Users\samuel\AppData\Roaming\npm\node_modules\npm\lib\install.js:379:19)
9 verbose stack at Array.forEach (native)
9 verbose stack at normalizeTree (C:\Users\samuel\AppData\Roaming\npm\node_modules\npm\lib\install.js:379:19)
9 verbose stack at Array.forEach (native)
10 verbose cwd C:\Users\samuel\Desktop\bug-test
11 verbose Windows_NT 10.0.15063
12 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\samuel\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "lodash"
13 verbose node v8.0.0
14 verbose npm v5.0.4
15 error Maximum call stack size exceeded
16 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment