Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mydigitalself/38e59840cfe2a0ff621cee698ce5ef93 to your computer and use it in GitHub Desktop.
Save mydigitalself/38e59840cfe2a0ff621cee698ce5ef93 to your computer and use it in GitHub Desktop.
Linked 20 dependencies
Beast:gitter-webapp mike$ npm run dev
> gitter-webapp@13.4.0 dev /Users/mike/Documents/Troupe/gitter-webapp
> concurrently --raw "npm run start" "gulp watch"
> gitter-webapp@13.4.0 start /Users/mike/Documents/Troupe/gitter-webapp
> nodemon web.js
[nodemon] 1.9.1
[nodemon] reading config /Users/mike/Documents/Troupe/gitter-webapp/nodemon.json
[nodemon] to restart at any time, enter `rs`
[nodemon] ignoring: /Users/mike/Documents/Troupe/gitter-webapp/.git/**/* .nyc_output .sass-cache bower_components coverage /Users/mike/Documents/Troupe/gitter-webapp/node_modules/**/*
[nodemon] watching: /Users/mike/Documents/Troupe/gitter-webapp/server/**/* /Users/mike/Documents/Troupe/gitter-webapp/shared/**/* /Users/mike/Documents/Troupe/gitter-webapp/modules/**/*
[nodemon] watching extensions: js,json,hbs
[nodemon] starting `node web.js`
[nodemon] child pid: 30878
[nodemon] watching 510 files
2016-04-28T12:46:59.745Z - info: Starting server/web.js
2016-04-28T12:47:00.276Z - error: No error reporting is enabled so just logging to logger:
{ exception:
{ message: 'Promise is not defined',
stack: 'ReferenceError: Promise is not defined\n at module.exports (/Users/mike/Documents/Troupe/gitter-webapp/node_modules/gitter-styleguide/node_modules/postcss-import/node_modules/read-cache/node_modules/pify/index.js:37:7)\n at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/node_modules/gitter-styleguide/node_modules/postcss-import/node_modules/read-cache/index.js:5:12)\n at Module._compile (module.js:456:26)\n at Object.Module._extensions..js (module.js:474:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n at Module.require (module.js:364:17)\n at require (module.js:380:17)\n at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/node_modules/gitter-styleguide/node_modules/postcss-import/lib/load-content.js:1:79)\n at Module._compile (module.js:456:26)\n at Object.Module._extensions..js (module.js:474:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n at Module.require (module.js:364:17)\n at require (module.js:380:17)\n at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/node_modules/gitter-styleguide/node_modules/postcss-import/index.js:6:19)\n at Module._compile (module.js:456:26)\n at Object.Module._extensions..js (module.js:474:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n at Module.require (module.js:364:17)\n at require (module.js:380:17)\n at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/node_modules/gitter-styleguide/postcss-stack.js:4:21)\n at Module._compile (module.js:456:26)\n at Object.Module._extensions..js (module.js:474:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n at Module.require (module.js:364:17)\n at require (module.js:380:17)\n at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/public/js/webpack.config.js:13:23)\n at Module._compile (module.js:456:26)\n at Object.Module._extensions..js (module.js:474:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n at Module.require (module.js:364:17)\n at require (module.js:380:17)\n at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/server/web.js:15:21)\n at Module._compile (module.js:456:26)\n at Object.Module._extensions..js (module.js:474:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n at Module.require (module.js:364:17)\n at require (module.js:380:17)\n at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/web.js:7:1)\n at Module._compile (module.js:456:26)\n at Object.Module._extensions..js (module.js:474:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n at Function.Module.runMain (module.js:497:10)\n at startup (node.js:119:16)\n at node.js:906:3',
name: 'ReferenceError' },
meta:
{ errorString: 'ReferenceError: Promise is not defined',
type: 'uncaught' },
tags: { host: 'ip-192-168-1-153.ec2.internal' } }
2016-04-28T12:47:00.279Z - error: ----------------------------------------------------------------
2016-04-28T12:47:00.279Z - error: -- A VeryBadThing has happened.
2016-04-28T12:47:00.280Z - error: ----------------------------------------------------------------
2016-04-28T12:47:00.280Z - error: Uncaught exceptionReferenceError: Promise is not defined
{ message: 'Promise is not defined',
name: 'ReferenceError' }
2016-04-28T12:47:00.281Z - error: ReferenceError: Promise is not defined
at module.exports (/Users/mike/Documents/Troupe/gitter-webapp/node_modules/gitter-styleguide/node_modules/postcss-import/node_modules/read-cache/node_modules/pify/index.js:37:7)
at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/node_modules/gitter-styleguide/node_modules/postcss-import/node_modules/read-cache/index.js:5:12)
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 Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/node_modules/gitter-styleguide/node_modules/postcss-import/lib/load-content.js:1:79)
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 Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/node_modules/gitter-styleguide/node_modules/postcss-import/index.js:6:19)
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 Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/node_modules/gitter-styleguide/postcss-stack.js:4:21)
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 Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/public/js/webpack.config.js:13:23)
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 Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/server/web.js:15:21)
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 Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/Users/mike/Documents/Troupe/gitter-webapp/web.js:7:1)
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)
at node.js:906:3
2016-04-28T12:47:00.281Z - error: Uncaught exceptionReferenceError: Promise is not defined forcing shutdown
[nodemon] app crashed - waiting for file changes before starting...
[13:47:00] Using gulpfile ~/Documents/Troupe/gitter-webapp/gulpfile.js
[13:47:00] Starting 'css-web'...
[13:47:00] Starting 'css-mobile'...
[13:47:00] Starting 'css-ios'...
[13:47:03] Finished 'css-ios' after 2.52 s
[13:47:05] Tested 23 tests, 23 passes, 0 failures: PASS
[13:47:05] Finished 'css-mobile' after 4.84 s
[13:47:19] Finished 'css-web' after 19 s
[13:47:19] Starting 'css'...
[13:47:19] Finished 'css' after 6.37 μs
[13:47:19] Starting 'watch'...
[13:47:19] Finished 'watch' after 355 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment