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

npm run styleguide:build - Maximum call stack size exceeded #1441

Closed
kopax opened this issue Oct 10, 2019 · 1 comment
Closed

npm run styleguide:build - Maximum call stack size exceeded #1441

kopax opened this issue Oct 10, 2019 · 1 comment
Labels

Comments

@kopax
Copy link
Collaborator

kopax commented Oct 10, 2019

Current behavior

After running npm run styleguide:build, I have:

bundle.ebc589be.js:65 Uncaught RangeError: Maximum call stack size exceeded
    at e (bundle.ebc589be.js:65)
    at e (bundle.ebc589be.js:65)
   ...
Show 170 more frames

To reproduce

git clone git@github.com:rollup-umd/test.git
cd test
npm i
npm run styleguide:build
npm i -g serve
serve public
# open chrome and http://localhost:5000

Expected behavior

  • Work as in npm run styleguide.

Related information

It was working 24h ago, since then, I have not change anything in all my sources codes.

All my production build in all my projects are down.

I believe (unless I am wrong but to me it is the only valid reason): the dep tree as changed

Does anybody have an idea of what change recently?

@stale
Copy link

stale bot commented Jan 8, 2020

😴 This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week without any further activity. Consider opening a pull request if you still have this issue or want this feature.

@stale stale bot added the wontfix label Jan 8, 2020
@stale stale bot closed this as completed Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant