我有两台计算机运行从github中提取的相同代码。两台计算机都在Ubuntu 16上运行,一切都很好,直到代码中添加了新的依赖项(ngCsv
)。从那以后,我得到了以下错误,但只在一台机器上:
angular.js:4053 Uncaught Error: [$injector:modulerr] Failed to instantiate module lergoApp due to:
Error: [$injector:modulerr] Failed to instantiate module ngCsv due to:
Error: [$injector:nomod] Module 'ngCsv' 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.
什么可能导致这个问题?
答案 0 :(得分:0)
Install ngCsv using npm并在依赖注入中添加ngCsv moduleName。
答案 1 :(得分:0)
通过删除整个文件夹并从github克隆来解决问题