我正在开发一个angular2-app,我基于angular.io教程设置(它使用systemjs)。我的最终目标是建立一个具有以下特征的开发环境:
我发现angular2-webpack-starter符合我的需求(尽管它使用webpack),所以我下载了它,将我的依赖项添加到package.json,安装它并替换了app-我的app-folder文件夹。
一开始,我得到了:
[default] /home/****/angular2-webpack-starter/node_modules/angular2-component-outlet/src/provider.d.ts:21:64
Cannot find name 'NgModule'.
[default] Checking finished with 1 errors
如何修复此错误?似乎依赖关系无法解析其@ angular-dependency。