You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Parsing file /host/tfga/dev/Eclipse/workspace/eGab.Ember/src/main/webapp/ember/js/index.js: Line 10: Unexpected token .
/usr/local/lib/node_modules/ember-tools/src/commands/build.js:101
if (error && !env.watch) throw new Error(error);
^
Error: Error: Command failed: Error: Parsing file /host/tfga/dev/Eclipse/workspace/eGab.Ember/src/main/webapp/ember/js/index.js: Line 10: Unexpected token .
at /usr/local/lib/node_modules/ember-tools/src/commands/build.js:101:36
at ChildProcess.exithandler (child_process.js:544:7)
at ChildProcess.EventEmitter.emit (events.js:99:17)
at maybeClose (child_process.js:638:16)
at Process._handle.onexit (child_process.js:680:5)
The text was updated successfully, but these errors were encountered:
This is what ends up being generated in
js/index.js
:-- which obviously doesn't work.
The text was updated successfully, but these errors were encountered: