Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RangeError #67

Open
mcurrier opened this issue Oct 29, 2014 · 1 comment
Open

RangeError #67

mcurrier opened this issue Oct 29, 2014 · 1 comment

Comments

@mcurrier
Copy link

I'm getting this error:

C:\Users\263785\AppData\Roaming\npm\node_modules\learnyounode\node_modules\workshopper\node_modules\mkdirp\index.js:74
throw err0;
^
RangeError: Maximum call stack size exceeded

...with several different workshopper modules. These are being executed from the command-line on a Windows 7 box. I have successfully run these modules previously.

Thanks in advance for any help!

@NorthStar
Copy link

It happens when too much 'data' is put on the stack in a function call.

Chances are, a recursive function was the cause. I think this
http://stackoverflow.com/questions/6095530/maximum-call-stack-size-exceeded-error
might be of some help.

On Wednesday, October 29, 2014, Matthew Currier notifications@github.com
wrote:

I'm getting this error:

C:\Users\263785\AppData\Roaming\npm\node_modules\learnyounode\node_modules\workshopper\node_modules\mkdirp\index.js:74
throw err0;
^
RangeError: Maximum call stack size exceeded

...with several different workshopper modules. These are being executed
from the command-line on a Windows 7 box. I have successfully run these
modules previously.

Thanks in advance for any help!


Reply to this email directly or view it on GitHub
#67.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants