After updating to 1.0.2 Aurelia CLI i can’t build my project on my build server.
I am met with this stacktrace:
E:\TeamCity\buildAgent\work\95c6ae76aea50994\TrackTrace.Client\node_modules\aurelia-cli\lib\ui.js:32
[07:11:11] async _ensureAnswer(answer, question, suggestion, _debug = []) {
[07:11:11] ^^^^^^^^^^^^^
[07:11:11]SyntaxError: Unexpected identifier
[07:11:11] at Object.exports.runInThisContext (vm.js:53:16)
[07:11:11] at Module._compile (module.js:513:28)
[07:11:11] at Object.Module._extensions..js (module.js:550:10)
[07:11:11] at Module.load (module.js:458:32)
[07:11:11] at tryModuleLoad (module.js:417:12)
[07:11:11] at Function.Module._load (module.js:409:3)
[07:11:11] at Module.require (module.js:468:17)
[07:11:11] at require (internal/module.js:20:19)
[07:11:11] at Object.<anonymous> (E:\TeamCity\buildAgent\work\95c6ae76aea50994\TrackTrace.Client\node_modules\aurelia-cli\lib\cli.js:4:12)
[07:11:11] at Module._compile (module.js:541:32)
[07:11:11]Process exited with code 1
Is there anyone who had the same problem?