gpt4 book ai didi

angularjs - 卡在 [$injector :nomod] Module 'app' is not available

转载 作者:太空宇宙 更新时间:2023-11-04 03:26:07 26 4
gpt4 key购买 nike

在尝试设置我的新应用程序时,我似乎有点卡住了。

我尝试过:

import angular from 'angular';
var myApp = angular.module('myApp', []);

我尝试过:

const angular = require('angular');
var myApp = angular.module('myApp', []);

我仍然不断得到

Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:nomod] Module 'app' 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.
http://errors.angularjs.org/1.6.4/$injector/nomod?p0=app
at eval (eval at <anonymous> (http://localhost:8080/app.bundle.js:322:1),

我已经使用 npm 安装了 Angular,这是来 self 的 package.json

  "dependencies": {
"angular": "^1.5.0",
"angular-route": "^1.6.4",
"bootstrap": "^3.3.7"
},

有什么想法吗?

最佳答案

正如错误所示

错误:[$injector:nomod] 模块“app”不可用!

在您的应用程序中尝试使用 ng-app='app' 的位置,将其重命名为 ng-app='myApp'

关于angularjs - 卡在 [$injector :nomod] Module 'app' is not available,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44448758/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com