v4.29.4 RangeError: Maximum call stack size exceeded
See original GitHub issueBug report
This only fails in a docker container during an npm install from my experience, but may just be a low memory failure. Does not fail locally.
What is the current behavior?
npm ERR! Maximum call stack size exceeded`
The command '/bin/sh -c npm install' returned a non-zero code: 1
log from the docker container:
If the current behavior is a bug, please provide the steps to reproduce.
- Install docker for mac
- create a package.json with version of
v4.29.4
- create a dockerfile and add latest node
node:lts-alpine
- assure it runs
npm install
What is the expected behavior?
- container builds and runs npm install without error
Other relevant information: webpack version: v4.29.4 Node.js version: v10.13.0 / npm 6.4.1 Operating System: OSX 10.13.4 Additional tools: Docker Version 2.0.0.3
Issue Analytics
- State:
- Created 5 years ago
- Reactions:11
- Comments:10 (4 by maintainers)
Top Results From Across the Web
JavaScript RangeError: Maximum Call Stack Size Exceeded
The RangeError: Maximum call stack size exceeded is thrown when a function call is made that exceeds the call stack size. This can...
Read more >javascript - Maximum call stack size exceeded error
It means that somewhere in your code, you are calling a function which in turn calls another function and so forth, until you...
Read more >Chemdraw JS error on Google Chrome 104.x displays ...
my Chrome web browser displays the error, "RangeError: Maximum call stack size exceeded". This issue occurs only with Google Chrome 104.x (104.0 ...
Read more >Maximum call stack size exceeded at Array.<anonymous>
I'm having a strange issue that only occurs in a production build where the application.hbs file is getting rendered multiple times causing ...
Read more >New Error caused by recent Chrome Update: RangeError
We have a fairly large GWT application (~20MB OBF). Recently (last week I believe) we started to encounter a RangeError: Maximum call stack...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Had to revert to 4.29.3. 😦
Should be fixed in 4.29.5