Saved Bookmarks
| 1. |
How Do You Install Grunt? |
|
Answer» GRUNT and Grunt plugins are installed and managed via npm, the Node.js PACKAGE manager. To install grunt, first ENSURE the npm is installed properly. And then run following COMMAND.
PLEASE note, --save-dev is optional. Grunt and Grunt plugins are installed and managed via npm, the Node.js package manager. To install grunt, first ensure the npm is installed properly. And then run following command. Please note, --save-dev is optional. |
|