Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows では、プロジェクトで grunt を実行すると、次のエラーが発生します。
「grunt.js」構成ファイルが見つかりません。なにか手伝うことはありますか?
私は自分の Mac とまったく同じ構成を持っていて、それが失敗しています - 誰かこれを見たことがありますか?
これを修正するために私がしたことは次のとおりです。
グローバルにアンインストールされたうなり声:
npm uninstall -g grunt
グローバルにインストールされたgrunt-cli:
npm install -g grunt-cli
次に、プロジェクトのルートディレクトリで:
npm install
そして、すべてが良いです。これがこれに遭遇した他の誰かのために働くことを願っています。