Angular-cli: Maximum call stack size exceeded during install

Created on 25 Feb 2016  路  8Comments  路  Source: angular/angular-cli

Hello, I'm getting this error while trying to install angular-cli in my machine.

angular-cli

What do you suggest?

Thank you all!

Most helpful comment

I had a similar issue. However, it seemed my was caused by having a second terminal window open. Possible cause of maximum call stack error? After closing second terminal window, install returned with no warnings or error - using windows 7.

All 8 comments

Try removing node_modules and retry installing. Its not the best solution but I think it will work.

I couldn't reproduce on my machine, but found a similar report on another repo and they recommended using an older node version.

Mine is a windows machine with versions as follows:

node v4.2.1
npm  v2.14.7

Our tests run in linux and osx machines with the following node versions:

node v4.3.1 (npm v2.14.12)

and

node v5.7.0 (npm v3.6.0)

That last one is exactly yours... Can you maybe try node 4?

I'll close this as non reproducible. If you still see this happening, feel free to reopen and we'll try to work with you :)

occurs after update of node as well :(

image

i had to run npm postintall to get rid of this error and get the project working..

I had a similar issue. However, it seemed my was caused by having a second terminal window open. Possible cause of maximum call stack error? After closing second terminal window, install returned with no warnings or error - using windows 7.

yes -- its right thanks @nuttdguy - using windows 10.

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings