built for the server side JavaScript. The JavaScript is executed by the V8 (Google's open source JavaScript engine). hHp://www.ibm.com/developerworks/library/os-‐nodejs/
install -g grunt-cli This will put the grunt command in your system path, allowing it to be run from any directory. * Note that installing grunt-cli does not install the grunt task runner! You need to install Grunt's command line interface (CLI) globally.
–-save-dev This will install the latest version of Grunt in your project folder, adding it to your devDependencies in package.json * Same way you can install the grunt plugins i.e. npm install {module} --save-dev