You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3329 silly fetchPackageMetaData error for @xtuc/long@4.2.2 404 Not Found - GET https://registry.npmjs.org/@xtuc%2flong - User not found
3330 verbose stack RangeError: Maximum call stack size exceeded
3330 verbose stack at RegExp.test (<anonymous>)
3330 verbose stack at isDepOptional (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:423:45)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:432:9)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:448:9)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:448:9)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:448:9)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:448:9)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:448:9)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:448:9)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:448:9)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:448:9)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:448:9)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:448:9)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:448:9)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:448:9)
3330 verbose stack at failedDependency (.nvm/versions/node/v10.15.3/lib/node_modules/npm/lib/install/deps.js:448:9)
3331 verbose cwd reactTutorial
3332 verbose Darwin 18.7.0
3333 verbose argv ".nvm/versions/node/v10.15.3/bin/node" ".nvm/versions/node/v10.15.3/bin/npm" "install" "react-scripts"
3334 verbose node v10.15.3
3335 verbose npm v6.11.2
3336 error Maximum call stack size exceeded
3337 verbose exit [ 1, true ]
Did you try recovering your dependencies?
My project is not broken as we are unable to create it because of the issue described above: the call stack is exceeded. Has anyone encountered this before with nodejs 10.15 which I believe to be LTS.
Which terms did you search for in User Guide?
call stack
Environment
we can't install the app... your installer exceeds the maximum call stack.
Steps to reproduce
(Write your steps here:)
make sure you are using nodejs 10.15.3 with npm 6.11.2
run `npm install --save --save-exact --loglevel error react-scripts
npm should fail citing exceeding the maximum call stack.
Expected behavior
the package to be installed
Actual behavior
NPM fails, NPX fails saying that npm can't install react, react-dom and react-scripts
Reproducible demo
There is no project because we can't install this script. 🤷♂️I'm wondering if there might be nodejs settings I need to make here.. was wondering if you had seen this behavior before and what adjustment you might have made to make npm/nodejs more adaptable to this.
The text was updated successfully, but these errors were encountered:
and looking here gave the suggestion to remove (or move) the .npmrc file in my home directory and... voila.. 🤦♂️guess we can just leave this up for Captain Hindsight because people need to know what they should have done.
Describe the bug
npm install -g react-script
andnpm install --save --save-exact --loglevel error react react-dom react-scripts
are exceeding nodejs' call stack maximumThe contents of that log contains the following:
Did you try recovering your dependencies?
My project is not broken as we are unable to create it because of the issue described above: the call stack is exceeded. Has anyone encountered this before with nodejs 10.15 which I believe to be LTS.
Which terms did you search for in User Guide?
call stack
Environment
we can't install the app... your installer exceeds the maximum call stack.
Steps to reproduce
(Write your steps here:)
Expected behavior
the package to be installed
Actual behavior
NPM fails, NPX fails saying that npm can't install
react, react-dom and react-scripts
Reproducible demo
There is no project because we can't install this script. 🤷♂️I'm wondering if there might be nodejs settings I need to make here.. was wondering if you had seen this behavior before and what adjustment you might have made to make npm/nodejs more adaptable to this.
The text was updated successfully, but these errors were encountered: