ionic项目启动报如下错误:

Module 'starter' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

Module 'starter' is not available! You either misspelled the module name or forgot to load it.

如果发生上面的错误,找到你的app.js,查找哪里缺少“,”,添加上就好了,都是app.js里面的问题;如果不行,看看写的js文件在导入module的时候,是不是引入了js文件。

相关文章:

  • 2021-04-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
  • 2022-01-11
  • 2022-12-23
  • 2021-10-09
猜你喜欢
  • 2021-11-11
  • 2021-12-25
  • 2022-01-19
  • 2021-11-06
  • 2022-12-23
  • 2021-11-04
  • 2021-05-27
相关资源
相似解决方案