You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: