错误:模块构建失败:TypeError:无法读取未定义的属性“内容”

时间:2017-01-05 18:52:25

标签: ionic2

我正在使用Ionic 2,并且刚刚将一些页面从一个项目移动到另一个项目,现在我在运行时收到以下错误。

如果有人可以提供建议,我将不胜感激。

Error: Module build failed: TypeError: Cannot read property 'content' of undefined
    at Object.typescriptSourcemapLoaderMemory (E:\Development\IDE\ionic-apps\firebase-chat-master\node_modules\@ionic\app-scripts\dist\webpack\typescript-sourcemap-loader-memory.js:21:34)

更多信息:

Your system information:

 ordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.3
Ionic CLI Version: 2.1.18
Ionic App Lib Version: 2.1.9
Ionic App Scripts Version: 0.0.45
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 10
Node Version: v6.9.2
Xcode version: Not installed

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题,它似乎是Angular CLI或Ionics webpack配置的问题。

无论如何,更新到RC4似乎可以解决问题:https://github.com/driftyco/ionic/blob/master/CHANGELOG.md

我还将应用脚本更新为1.0.0: https://github.com/driftyco/ionic-app-scripts/blob/master/CHANGELOG.md