Grunt is a task-based command line build tool for JavaScript projects.
Install
Install Grunt's command line interface (CLI) globally using NPM.
npm install -g grunt-cli
Verify the Installation
Verify that you have successfully installed Grunt.
grunt --version