ERROR in AppModule is not an NgModule
Posted 我叫星星
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR in AppModule is not an NgModule相关的知识,希望对你有一定的参考价值。
学习AngularJs 2.0,在做大漠穷秋的NiceFish项目中,在搭建开发环境在启动那块卡了很久,摸索了一上午 终于找到方法了,经过不断的测试终于给解决了。虽然还是有点不清楚,我还是记录下来了
报错如图 ERROR in AppModule is not an NgModule :
然后我查看依赖组件 npm ls typescript 如图:
出现了不同版本号,一个需要依赖的版本2.2.2 一个是已安装的版本2.3.2。
然后输入cnpm install typescript -g@2.2.2,安装一个2.2.2的版本。
再把package.json文件中的"typescript"改为: "~2.2.2"
输入 cnpm install重新初始化。
再查看一下依赖组件 npm ls typescript
这样版本号都是2.2.2,这下就能启动服务了,输入 ng serve
成功启动,很开心。进入http://localhost:4200/看一下效果。
最后一点,安装环境的时候记得用cnpm install。原生的npm install安装会报错,原因是我们身处于神奇的国度。
以上是关于ERROR in AppModule is not an NgModule的主要内容,如果未能解决你的问题,请参考以下文章
angularjs启动项目报ERROR in AppModule is not an NgModule解决方法
Angular2启动项目的报错:ERROR in AppModule is not an NgModule
ERROR: Repository not found. ////Git, but is not registered in the Settings.
sqlserver the name is not a valid identifier error in function
开发者工具上正常运行而真机调试时出现“Component is not found in path "components……Error: Component is not found in