How to install Grunt offline?

1

I already have Node.js and Npm installed and wanted to know if there is a way to install Grunt and use it offline?

    
asked by anonymous 04.03.2016 / 01:55

2 answers

3

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.

    
04.03.2016 / 03:53
1

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!

    
04.03.2016 / 04:51