mape / node-express-boilerplate

A boilerplate to quickly get projects going. It gives the developer a clean slate to start with while bundling enough useful features.
MIT License
846 stars 119 forks source link

Error: use fs.watch api instead #13

Open hugorodgerbrown opened 12 years ago

hugorodgerbrown commented 12 years ago

I'm running your sample on Win 7 (64bit), and having installed all the dependencies, I get the following stack trace:

c:\Dev\Repos\src\node>node server info - socket.io started Running in development mode @ http://localhost:8080 Caught exception: Error: use fs.watch api instead Error: use fs.watch api instead at Object.watchFile (fs.js:746:11) at c:\Dev\Repos\src\node\node_modules\connect-assetmanager\lib\assetmanager.js:114:9 at Array.forEach (native) at c:\Dev\Repos\src\node\node_modules\connect-assetmanager\lib\assetmanager.js:105:17 at c:\Dev\Repos\src\node\node_modules\connect-assetmanager\lib\assetmanager.js:32:6 at Array.forEach (native) at Object.forEach (c:\Dev\Repos\src\node\node_modules\connect-assetmanager\lib\assetmanager.js:30:22) at Function. (c:\Dev\Repos\src\node\node_modules\connect-assetmanager\lib\assetmanager.js:103:12) at next (c:\Dev\Repos\src\node\node_modules\connect-assetmanager\node_modules\step\lib\step.js:51:23) at c:\Dev\Repos\src\node\node_modules\connect-assetmanager\node_modules\step\lib\step.js:83:14

Caught exception: Error: use fs.watch api instead Error: use fs.watch api instead at Object.watchFile (fs.js:746:11) at c:\Dev\Repos\src\node\lib\dummy-helper.js:9:8 at Array.forEach (native) at Object.oncomplete (c:\Dev\Repos\src\node\lib\dummy-helper.js:8:10)