J'ai désinstallé grunt avec la commande suivante.
npm uninstall -g grunt
Puis j'ai à nouveau installé grunt avec la commande suivante.
npm install -g grunt-cli
Visitez le lien suivant: https://npmjs.org/package/grunt-html
Je veux utiliser le plugin Grunt ci-dessus
Mais lorsque j'exécute la commande grunt, l'erreur suivante est générée:
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