$ ng --version
angular-cli: 1.0.0-beta.10
node: 5.10.1
os: win32 ia32
失败后再也无法工作了。即使我回滚到生成的代码。
firebug控制台中的错误输出:
Error: @http://localhost:4200/system-config.js:34:5
Call@http://localhost:4200/vendor/es6-shim/es6-shim.js:289:14
forEach@http://localhost:4200/vendor/es6-shim/es6-shim.js:1295:14
@http://localhost:4200/system-config.js:33:1
Zone</ZoneDelegate</ZoneDelegate.prototype.invoke@http://localhost:4200/vendor/zone.js/dist/zone.js:323:20
Zone</Zone</Zone.prototype.run@http://localhost:4200/vendor/zone.js/dist/zone.js:216:25
scheduleResolveOrReject/<@http://localhost:4200/vendor/zone.js/dist/zone.js:571:53
Zone</ZoneDelegate</ZoneDelegate.prototype.invokeTask@http://localhost:4200/vendor/zone.js/dist/zone.js:356:24
Zone</Zone</Zone.prototype.runTask@http://localhost:4200/vendor/zone.js/dist/zone.js:256:29
drainMicroTaskQueue@http://localhost:4200/vendor/zone.js/dist/zone.js:474:26
ZoneTask/this.invoke@http://localhost:4200/vendor/zone.js/dist/zone.js:426:22
Evaluating http://localhost:4200/system-config.js
Error loading http://localhost:4200/system-config.js
答案 0 :(得分:0)
angular-cli已移至webpack。切换到webpack版本(现在是主分支)后,它可以正常工作。