在做了一些初始的Angular 2快速启动和Todos之后,我试图用一些简单的构建脚本建立一个初始结构用于我的下一步。但现在我陷入了这个错误。在过去的几天里,我一直在尝试在这里提出的类似问题中提供的不同解决方案,但我的问题仍未得到解决。
angular2-polyfills.js:1243 Error: ReferenceError: require is not defined
at eval (http://localhost:3000/app/app.js:11:14)
at eval (http://localhost:3000/app/app.js:42:3)
at Zone.run (http://localhost:3000/angular2/bundles/angular2-polyfills.js:1243:24)
Evaluating http://localhost:3000/app/app.js
Error loading http://localhost:3000/app/app.js as "./app/app" from http://localhost:3000/main.js
Zone.run @ angular2-polyfills.js:1243
zoneBoundFn @ angular2-polyfills.js:1220
lib$es6$promise$$internal$$tryCatch @ angular2-polyfills.js:468
lib$es6$promise$$internal$$invokeCallback @ angular2-polyfills.js:480
lib$es6$promise$$internal$$publish @ angular2-polyfills.js:451
lib$es6$promise$$internal$$publishRejection @ angular2-polyfills.js:401
(anonymous function) @ angular2-polyfills.js:123Zone.run @ angular2-polyfills.js:1243
zoneBoundFn @ angular2-polyfills.js:1220
lib$es6$promise$asap$$flush @ angular2-polyfills.js:262
Here你可以在GitHub上找到我的代码的破解版本。
非常感谢任何帮助。
感谢。