I already have Node.js
and Npm
installed and wanted to know if there is a way to install Grunt and use it offline?
I already have Node.js
and Npm
installed and wanted to know if there is a way to install Grunt and use it offline?
To install Grunt
, so any other dependency npm
you need to be connected to the internet.
After installing Grunt
you will only need internet if any task
described by you need this connection. As a rule it does not have to.
As you have already been answered by @FReNeTiC , you need internet to install % by% by% by%.
This, or you can get a pen drive, find a friend of yours who already has Grunt
installed, connect the pen drive to your friend's pc and copy his source code. Once you have done this you can "install" npm
on your computer just by pasting the source code of the pen drive into your system. Simple like this!