I updated my version of npm and then tried to npm install on a project, and got this error:
Unhandled rejection RangeError: Maximum call stack size
exceededraceshopper@0.0
at exports.create (/usr/local/lib/node_modules/npm/lib/install/node.js:31:40)
at /usr/local/lib/node_modules/npm/lib/install/node.js:36:14
at Array.forEach (native)
at exports.create (/usr/local/lib/node_modules/npm/lib/install/node.js:33:25)
at /usr/local/lib/node_modules/npm/lib/install/node.js:36:14
at Array.forEach (native)
at exports.create (/usr/local/lib/node_modules/npm/lib/install/node.js:33:25)
at normalizeTree (/usr/local/lib/node_modules/npm/lib/install.js:377:5)
at Array.forEach (native)
at normalizeTree (/usr/local/lib/node_modules/npm/lib/install.js:379:19)
at Array.forEach (native)
at normalizeTree (/usr/local/lib/node_modules/npm/lib/install.js:379:19)
at Array.forEach (native)
at normalizeTree (/usr/local/lib/node_modules/npm/lib/install.js:379:19)
at Array.forEach (native)
at normalizeTree (/usr/local/lib/node_modules/npm/lib/install.js:379:19)
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>
Does anyone know what is happening/how I can fix this? Thanks!!
via FlBloo
No comments:
Post a Comment