stephenplusplus/grunt-wiredep

Maximum call stack size exceeded

Closed this issue · 2 comments

Hello,

when i use : grunt bowerInstall i always get :
util.js:35
var str = String(f).replace(formatRegExp, function(x) {
^
RangeError: Maximum call stack size exceeded

While i'm only including the jquery library (just to test the bowerInstall) ...

Can you please let me know what I have to do or if i'm doing anything wrong ?

Thanks.

Can you try upgrading to grunt-wiredep to see if it gets fixed?

My Bad,

I forgot to run the "bower init" in the first step to create the bower.json file, now it's working fine...
I don't know if this was the main issue, but it's working fine !

Thank you.