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 am getting the following error whenever file change is detected:
Error
Serving src/index.js on http://localhost:3030/
fs.js:634
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT: no such file or directory, open 'src/index.js'
at Error (native)
at Object.fs.openSync (fs.js:634:18)
at Object.fs.readFileSync (fs.js:502:33)
at getSnapshot (/usr/local/lib/node_modules/live-coding/index.js:40:17)
at FSWatcher.<anonymous> (/usr/local/lib/node_modules/live-coding/index.js:53:17)
at emitTwo (events.js:106:13)
at FSWatcher.emit (events.js:191:7)
at FSEvent.FSWatcher._handle.onchange (fs.js:1406:12)
npm
npm -v
3.9.3
node
node -v
v6.2.1
The text was updated successfully, but these errors were encountered:
I am getting the following error whenever file change is detected:
Error
npm
node
The text was updated successfully, but these errors were encountered: