Skip to content

Instantly share code, notes, and snippets.

@jwarchol
Created February 13, 2016 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwarchol/c1ee705275170e6d0b8b to your computer and use it in GitHub Desktop.
Save jwarchol/c1ee705275170e6d0b8b to your computer and use it in GitHub Desktop.
pi@doubleberry ~/tedstagram/monitor-app $ ./node_modules/.bin/ember s
/home/pi/tedstagram/monitor-app/node_modules/ember-cli-ted-bootstrap/index.js:13
let tedBootstrapPath = path.join(app.bowerDirectory, 'ted-bootstrap');
^^^
Unexpected strict mode reserved word
/home/pi/tedstagram/monitor-app/node_modules/ember-cli-ted-bootstrap/index.js:13
let tedBootstrapPath = path.join(app.bowerDirectory, 'ted-bootstrap');
^^^
SyntaxError: Unexpected strict mode reserved word
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Function.Addon.lookup (/home/pi/tedstagram/monitor-app/node_modules/ember-cli/lib/models/addon.js:725:19)
at /home/pi/tedstagram/monitor-app/node_modules/ember-cli/lib/models/addons-factory.js:47:36
at visit (/home/pi/tedstagram/monitor-app/node_modules/ember-cli/lib/utilities/DAG.js:23:3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment