-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I keep running into this error when trying to watch my app directory. Specifically, I'm using the duo command duo -w -r client app.js > build.js. I think part of the problem is that the root folder also contains the components folder, increasing the 'watched' files substantially...
FYI I'm running node 0.11.13 on Yosemite dp5
path.js:0
(function (exports, require, module, __filename, __dirname) { // Copyright Joy
^
RangeError: Maximum call stack size exceeded
at RegExp.exec (native)
at splitPath (path.js:313:24)
at exports.basename (path.js:465:11)
at slug (/usr/local/lib/node_modules/duo/node_modules/duo-watch/lib/duo-watch.js:251:23)
at find (/usr/local/lib/node_modules/duo/node_modules/duo-watch/lib/duo-watch.js:244:42)
at Watch.manifest (/usr/local/lib/node_modules/duo/node_modules/duo-watch/lib/duo-watch.js:208:14)
at Watch.deps (/usr/local/lib/node_modules/duo/node_modules/duo-watch/lib/duo-watch.js:101:10)
at Watch.deps (/usr/local/lib/node_modules/duo/node_modules/duo-watch/lib/duo-watch.js:104:10)
at Watch.deps (/usr/local/lib/node_modules/duo/node_modules/duo-watch/lib/duo-watch.js:104:10)
at Watch.deps (/usr/local/lib/node_modules/duo/node_modules/duo-watch/lib/duo-watch.js:104:10)
at Watch.deps (/usr/local/lib/node_modules/duo/node_modules/duo-watch/lib/duo-watch.js:104:10)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels