Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create-cycle-app throws an error #127

Open
thomastoledo opened this issue Apr 15, 2019 · 0 comments
Open

create-cycle-app throws an error #127

thomastoledo opened this issue Apr 15, 2019 · 0 comments

Comments

@thomastoledo
Copy link

Code to reproduce the issue:

create-cycle-app my-awesome-cycle-app

Expected behavior:
Should create the app

Actual behavior:

Prints the following message:

Creating a new Cycle.js app in /home/toto/Documents/cyclejs/my-awesome-cycle-app.

Installing packages. This might take a couple minutes.
Installing cycle-scripts-one-fits-all from npm ...

npm ERR! Maximum call stack size exceeded

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/toto/.npm/_logs/2019-04-15T14_17_29_926Z-debug.log
npm `install --save-dev --save-exact cycle-scripts-one-fits-all@>=6.0.0` failed

Here are the logs:

390 silly fetchPackageMetaData error for @xtuc/[email protected] 404 Not Found: @xtuc/[email protected]
391 verbose stack RangeError: Maximum call stack size exceeded
391 verbose stack     at RegExp.test (<anonymous>)
391 verbose stack     at isDepOptional (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:405:45)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:414:9)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:430:9)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:430:9)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:430:9)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:430:9)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:430:9)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:430:9)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:430:9)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:430:9)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:430:9)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:430:9)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:430:9)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:430:9)
391 verbose stack     at failedDependency (/home/toto/.nvm/versions/node/v10.15.1/lib/node_modules/npm/lib/install/deps.js:430:9)
392 verbose cwd /home/toto/Documents/cyclejs/my-awesome-cycle-app
393 verbose Linux 4.13.0-46-generic
394 verbose argv "/home/toto/.nvm/versions/node/v10.15.1/bin/node" "/home/toto/.nvm/versions/node/v10.15.1/bin/npm" "install" "--save-dev" "--save-exact" "cycle-scripts-one-fits-all@>=6.0.0"
395 verbose node v10.15.1
396 verbose npm  v6.4.1
397 error Maximum call stack size exceeded
398 verbose exit [ 1, true ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant