question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v4.29.4 RangeError: Maximum call stack size exceeded

See original GitHub issue

Bug 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: image

If the current behavior is a bug, please provide the steps to reproduce.

  1. Install docker for mac
  2. create a package.json with version of v4.29.4
  3. create a dockerfile and add latest node node:lts-alpine
  4. assure it runs npm install

What is the expected behavior?

  1. 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:closed
  • Created 5 years ago
  • Reactions:11
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
MangaOtakucommented, Feb 15, 2019

Had to revert to 4.29.3. 😦

2reactions
sokracommented, Feb 18, 2019

Should be fixed in 4.29.5

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found