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

Stacksize Error ... #14

Open
kuddl opened this issue Dec 6, 2012 · 1 comment
Open

Stacksize Error ... #14

kuddl opened this issue Dec 6, 2012 · 1 comment

Comments

@kuddl
Copy link

kuddl commented Dec 6, 2012

Hi there,
I suddenly (It worked fine a few day ago ...) get a weird Stack size error on my console:

PS C:\Users> styler -v => Styler 0.0.11

PS C:\Users> styler

path.js:76
var result2 = splitTailRe.exec(tail),
^
RangeError: Maximum call stack size exceeded

I don't know if it is "yoru" problem, or one of the libs you are using.
If I find time to investigate, I will digg in. For now, I file a bug issue.

I am on Windows 7.

Thanks for that project.. Just sad I can't use it right now :=))

@tonistiigi
Copy link
Owner

Its coming from nodejs path module, https://github.com/joyent/node/blob/master/lib/path.js#L76

What version of Node are you using? Also if it worked before and you didn't update anything then you can try --reset option to clear the data and start fresh.

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