Created
May 16, 2014 17:36
-
-
Save whisher/3d989657c5d97fa29c7e 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
| grunt | |
| Running "clean:0" (clean) task | |
| Running "jshint:all" (jshint) task | |
| >> 43 files lint free. | |
| Running "csslint:src" (csslint) task | |
| >> 2 files lint free. | |
| Running "concurrent:tasks" (concurrent) task | |
| Running "nodemon:dev" (nodemon) task | |
| Running "watch" task | |
| Waiting... | |
| [nodemon] v1.0.19 | |
| [nodemon] to restart at any time, enter `rs` | |
| [nodemon] watching: *.* | |
| [nodemon] starting `node --debug server.js` | |
| debugger listening on port 5858 | |
| Mean app started on port 3000 (development) | |
| /mymeanapp/node_modules/meanio/lib/mean.js:214 | |
| callback(newPath); | |
| ^ | |
| TypeError: undefined is not a function | |
| at /mymeanapp/node_modules/meanio/lib/mean.js:214:4 | |
| at Array.forEach (native) | |
| at walk (/mymeanapp/node_modules/meanio/lib/mean.js:210:23) | |
| at /mymeanapp/node_modules/meanio/lib/mean.js:216:4 | |
| at Array.forEach (native) | |
| at walk (/mymeanapp/node_modules/meanio/lib/mean.js:210:23) | |
| at new Meanio.Module (/mymeanapp/node_modules/meanio/lib/mean.js:120:2) | |
| at Object.<anonymous> (/mymeanapp/packages/articles/app.js:8:16) | |
| at Module._compile (module.js:456:26) | |
| at Object.Module._extensions..js (module.js:474:10) | |
| [nodemon] app crashed - waiting for file changes before starting... | |
| ^C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment