次のコマンドでgruntをアンインストールしました。
npm uninstall -g grunt
次に、次のコマンドでgruntを再度インストールしました。
npm install -g grunt-cli
次のリンクにアクセスしてください: https ://npmjs.org/package/grunt-html
上記のgruntプラグインを使用したい
しかし、gruntコマンドを実行すると、次のエラーが発生します。
D:\nodeJS\node_modules\grunt-html>grunt
grunt-cli: The grunt command line interface. (v0.1.6)
Fatal error: Unable to find local grunt.
If you're seeing this message, either a Gruntfile wasn't found or grunt
hasn't been installed locally to your project. For more information about
installing and configuring grunt, please see the Getting Started guide:
http://gruntjs.com/getting-started