Created
December 22, 2014 16:36
-
-
Save andrest/895c10ff3524a3ad4ee0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Andres at and-mbp in ~/Projects/react-router-mega-demo on master | |
$ ./script/dev | |
Running node-supervisor with | |
program 'app.js' | |
--watch '.' | |
--extensions 'node,js' | |
--exec 'node' | |
Starting child process with 'node app.js' | |
Watching directory '/Users/Andres/Documents/Projects/react-router-mega-demo' for changes. | |
fs.js:438 | |
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); | |
^ | |
Error: ENOENT, no such file or directory '/Users/Andres/Documents/Projects/react-router-mega-demo/app/../public/js/main.js' | |
at Object.fs.openSync (fs.js:438:18) | |
at Object.fs.readFileSync (fs.js:289:15) | |
at Object.<anonymous> (/Users/Andres/Documents/Projects/react-router-mega-demo/app/server.js:10:17) | |
at Module._compile (module.js:456:26) | |
at Object.require.extensions.(anonymous function) [as .js] (/Users/Andres/Documents/Projects/react-router-mega-demo/node_modules/node-jsx/index.js:26:12) | |
at Module.load (module.js:356:32) | |
at Function.Module._load (module.js:312:12) | |
at Module.require (module.js:364:17) | |
at require (module.js:380:17) | |
at Object.<anonymous> (/Users/Andres/Documents/Projects/react-router-mega-demo/app.js:2:1) | |
Program node app.js exited with code 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment