Skip to content

Instantly share code, notes, and snippets.

@gotoplanb
Last active December 30, 2015 04:48
Show Gist options
  • Save gotoplanb/7778003 to your computer and use it in GitHub Desktop.
Save gotoplanb/7778003 to your computer and use it in GitHub Desktop.
Davids-MacBook-Pro:broker david$ grunt importRets
Running "shell:importRets" (shell) task
Error: ENOENT, no such file or directory 'config/ey_services_config_deploy.json'
at Object.fs.openSync (fs.js:427:18)
at Object.fs.readFileSync (fs.js:284:15)
at Object.ey_config.get (/Users/david/Sites/broker/node_modules/ey_config/lib/ey_config.js:20:38)
at Object.<anonymous> (/Users/david/Sites/broker/scripts/rets-import.js:25:24)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
Done, without errors.
Davids-MacBook-Pro:broker david$ grunt
Running "shell:installDeps" (shell) task
Running "shell:runServer" (shell) task
fs.js:427
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT, no such file or directory 'config/ey_services_config_deploy.json'
at Object.fs.openSync (fs.js:427:18)
at Object.fs.readFileSync (fs.js:284:15)
at Object.ey_config.get (/Users/david/Sites/broker/node_modules/ey_config/lib/ey_config.js:20:38)
at Object.<anonymous> (/Users/david/Sites/broker/server/server.js:54:24)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
Done, without errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment