githubから引き出された同一コードを実行している2台のコンピュータがあります。どちらのコンピュータもUbuntu 16で動作しており、新しい依存関係(ngCsv
)がコードに追加されるまではすべて正常でした。それ以来、エラーが発生しましたが、1台のマシンでのみ表示されます。AngularJSエラー:モジュール '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.
この問題の原因は何ですか?
Amirに感謝しますが、それは役に立たないようです。私はnpmをインストールしました--save ngcsv、これをpackage.jsonに追加しました - エラーは同じままです。 – Jeffrey