hugeinc / styleguide

A tool to make creating and maintaining style guides easy.
http://hugeinc.github.io/styleguide
MIT License
1.87k stars 170 forks source link

Stucking at Progress: 94 #93

Closed programiro closed 7 years ago

programiro commented 8 years ago

After '$ node watch.js' im stucking on PROGRESS: 94

LOG:

` Starting Server on port 8000.. PROGRESS:94

events.js:125 throw er; // Unhandled 'error' event ^ Error: watch ENFILE at exports._errnoException (util.js:734:11) at FSWatcher.start (fs.js:1216:11) at Object.fs.watch (fs.js:1242:11) at createFsWatchInstance (/Users/programiro/Sites/website-relaunch-2016/styleguide/structure/_node-files/node_modules/chokidar/lib/nodefs-handler.js:37:15) at setFsWatchListener (/Users/programiro/Sites/website-relaunch-2016/styleguide/structure/_node-files/node_modules/chokidar/lib/nodefs-handler.js:80:15) at FSWatcher.NodeFsHandler._watchWithNodeFs (/Users/programiro/Sites/website-relaunch-2016/styleguide/structure/_node-files/node_modules/chokidar/lib/nodefs-handler.js:228:14) at FSWatcher.NodeFsHandler._handleFile (/Users/programiro/Sites/website-relaunch-2016/styleguide/structure/_node-files/node_modules/chokidar/lib/nodefs-handler.js:255:21) at FSWatcher. (/Users/programiro/Sites/website-relaunch-2016/styleguide/structure/_node-files/node_modules/chokidar/lib/nodefs-handler.js:473:21) at FSReqWrap.oncomplete (fs.js:73:15) `

programiro commented 8 years ago

Had to install latest Harp: $ sudo npm install -g harp@next

now its running - explained: https://github.com/sintaxi/harp/issues/564

caiovaccaro commented 7 years ago

Thank you for the reference @programiro !