RangeError: Maximum call stack size exceeded when start Meteor

Hello!

Since today I am facing a problem each time I try to execute any meteor commands. Essentially the error is this:

…\dev_bundle\lib\node_modules\q\q.js:86
hasStacks = !!e.stack;
^

RangeError: Maximum call stack size exceeded

I am using last meteor version (1.4) and a Windows 7 environment. Can someone help me on this please? i can’t execute any meteor command anymore.

Thanks in advance!

Any idea regarding this issue? I have cheked and it only happens in Windows environments, not in Unix ones.

I got same error. Any solution?

Same problem here. Afteru upgrading to Meteor 1.4.2. I have Win7 64-bit OS.

...\AppData\Local\.meteor\packages\meteor-tool\1.4.2_3\mt-os.windows.x86_32\dev_bundle\lib\node_modules\q\q.js:70
    hasStacks = !!e.stack;

RangeError: Maximum call stack size exceeded

Same problem… really frustrating, cant get anything done now. We’re looking at it over here too:

Has anybody found a solution to this problem. I’m on windows 10 and get the same message when trying to start a project

I have solved by this temporary hack-

1 Like