tonistiigi / styler

CSS/Stylus live editor
MIT License
133 stars 9 forks source link

Stacksize Error ... #14

Open kuddl opened 11 years ago

kuddl commented 11 years ago

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 commented 11 years ago

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.