gruntコマンド実行時にエラー「Fatal error: Unable to find local grunt.」が発生した場合の対処法
gruntコマンド実行時にエラー「Fatal error: Unable to find local grunt.」が発生したので、その際の対処法を記述してます。
環境
- OS CentOS Linux release 8.0.1905 (Core)
- grunt-cli v1.3.2
- grunt v1.1.0
エラー全文
gruntコマンド実行時に発生
grunt-cli: The grunt command line interface (v1.3.2)
Fatal error: Unable to find local grunt.
If you're seeing this message, grunt hasn't been installed locally to
your project. For more information about installing and configuring grunt,
please see the Getting Started guide:
https://gruntjs.com/getting-started
対処法
gruntを見つけることができませんと書いてあるので、インストールしたら解決しました。
npm i grunt
-
前の記事
VSCODEで作成したバッチファイルが文字化けする 2020.07.26
-
次の記事
dockerを使ってPukiWikiを構築する 2020.07.27
コメントを書く