angularjs启动项目报ERROR in AppModule is not an NgModule解决方法

Posted liying0721

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了angularjs启动项目报ERROR in AppModule is not an NgModule解决方法相关的知识,希望对你有一定的参考价值。

这主要是ts编译器版本问题,一般是因为ts编译器版本过高导致。

解决方式:

  1. npm uninstall -g typescript
  2. npm install -g typescript
  3. tsc -v 查看安装的typescript版本
  4. 修改package.json中的typescript版本为当前电脑所安装版本
  5. 删除node_module
  6. 重新安装cnpm install
  7. npm ls typescript 如果都为typecript版本电脑所安装版本说明正确
  8. ng serve运行

以上是关于angularjs启动项目报ERROR in AppModule is not an NgModule解决方法的主要内容,如果未能解决你的问题,请参考以下文章

springboot启动报错 error creating bean with name ‘defaultvalidator‘ defined in class path resource

Angular2启动项目的报错:ERROR in AppModule is not an NgModule

tomcat 启动时报java.util.zip.ZipException: error in opening zip file

clickhouse 安装启动报<Error; Application: DB::Exception: There is no profile 'default' in conf

springboot启动报错:Error creating bean with name 'servletEndpointRegistrar' defined in class pat

springboot启动报错:Error creating bean with name 'servletEndpointRegistrar' defined in class pat