-
-
Save jwarchol/c1ee705275170e6d0b8b to your computer and use it in GitHub Desktop.
This file contains 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
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