How to Install grunt in Ubuntu 18.04



Install grunt by entering the following commands in the terminal:

sudo apt update
sudo apt install grunt

Description:

JavaScript task runner/build system/maintainer tool

GRUNT automates several tasks related to maintaining a JavaScript library or framework. It can be used for JS code minification, unit testing, code checking, and several other tasks.

Homepage: http://gruntjs.com/

Version: 1.0.1-8

Section: universe/web