Last active
December 12, 2015 08:58
-
-
Save PandaWhisperer/ab3e5cca4ed639dce77e 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
> [email protected] start /Users/chris/Work/Aditive/aditive-backend | |
> nodemon app.js | |
[nodemon] 1.8.1 | |
[nodemon] to restart at any time, enter `rs` | |
[nodemon] watching: *.* | |
[nodemon] starting `node app.js` | |
warn: Sails' built-in layout support only works with the `ejs`, `handlebars`, `ractive` view engines. | |
warn: You're using `jade`. | |
warn: Ignoring `sails.config.views.layout`... | |
[nodemon] Internal watch failed: watch /Users/chris/Work/Aditive/aditive-backend/assets/template/globals/plugins/bootstrap-timepicker/spec/js/libs/bootstrap/less/progress-bars.less ENFILE | |
npm ERR! Darwin 15.2.0 | |
npm ERR! argv "/usr/local/Cellar/node/5.2.0/bin/node" "/usr/local/bin/npm" "start" | |
npm ERR! node v5.2.0 | |
npm ERR! npm v3.5.3 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] start: `nodemon app.js` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] start script 'nodemon app.js'. | |
npm ERR! Make sure you have the latest version of node.js and npm installed. | |
npm ERR! If you do, this is most likely a problem with the Aditive package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! nodemon app.js | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs Aditive | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! npm owner ls Aditive | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/chris/Work/Aditive/aditive-backend/npm-debug.log |
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
> [email protected] test /Users/chris/Work/Aditive/aditive-backend | |
> PORT=9999 NODE_ENV=testing _mocha ./test/bootstrap.test.js ./test/unit/*.test.js ./test/unit/**/*.test.js -r should --timeout 8000 | |
module.js:329 | |
throw err; | |
^ | |
Error: Cannot find module 'sails-hook-babel/node_modules/babel/register' | |
at Function.Module._resolveFilename (module.js:327:15) | |
at Function.Module._load (module.js:278:25) | |
at Module.require (module.js:355:17) | |
at require (internal/module.js:13:17) | |
at Object.<anonymous> (/Users/chris/Work/Aditive/aditive-backend/test/bootstrap.test.js:17:16) | |
at Module._compile (module.js:399:26) | |
at Object.Module._extensions..js (module.js:406:10) | |
at Module.load (module.js:345:32) | |
at Function.Module._load (module.js:302:12) | |
at Module.require (module.js:355:17) | |
at require (internal/module.js:13:17) | |
at /usr/local/lib/node_modules/mocha/lib/mocha.js:216:27 | |
at Array.forEach (native) | |
at Mocha.loadFiles (/usr/local/lib/node_modules/mocha/lib/mocha.js:213:14) | |
at Mocha.run (/usr/local/lib/node_modules/mocha/lib/mocha.js:453:10) | |
at Object.<anonymous> (/usr/local/lib/node_modules/mocha/bin/_mocha:393:18) | |
at Module._compile (module.js:399:26) | |
at Object.Module._extensions..js (module.js:406:10) | |
at Module.load (module.js:345:32) | |
at Function.Module._load (module.js:302:12) | |
at Function.Module.runMain (module.js:431:10) | |
at startup (node.js:141:18) | |
at node.js:977:3 | |
npm ERR! Test failed. See above for more details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment