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.

12.0.2 Maximum call stack size exceeded

See original GitHub issue

Expected Behavior

npm i ngx-cookie-service@12.0.0 --save
npm i; ng build devicewise-angular --prod

successfully build.

Actual Behavior

npm i ngx-cookie-service@latest --save
✖ Compiling TypeScript sources through NGC
ERROR: Maximum call stack size exceeded
An unhandled exception occurred: Maximum call stack size exceeded

Maximum call stack size exceeded when running production build with 12.0.2.

Steps to Reproduce the Problem

Install ngx-cookie-service@12.0.2 and run ng build --prod

Specifications

  • Version: 12.0.2
  • Browser: N/A

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
eydriancommented, Aug 12, 2021

I can also confirm from my side, that this issue is resolved. Thanks for taking care of it that quickly!

0reactions
austenstonecommented, Aug 11, 2021

@pavankjadda the problem was resolved in 12.0.3. Thank you! 🎉

Read more comments on GitHub >

github_iconTop Results From Across the Web

JavaScript RangeError: Maximum Call Stack Size Exceeded
The JavaScript RangeError: Maximum call stack size exceeded is an error that occurs when there are too many function calls, or if a...
Read more >
Maximum call stack size exceeded on next 11 #30785 - GitHub
Our impression is that something in V8 internals tries to allocate stack memory in some integer proportion to the length of the repeating...
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 >
JavaScript Error: Maximum Call Stack Size Exceeded
If you see the “Maximum Call Stack Size Exceeded” error, there's likely a problem with a recursive function within your JavaScript code.
Read more >
Random crashes with "Maximum call stack size exceeded"
Go to the node-red folder and try the command npm ls graceful-fs This should show you a dependency tree. When you find out...
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