How to install bower without connecting to internet?

172 Views Asked by At

To be able to use the command bower install, first I have to install bower itself by the command npm install -g bower. This command, however connects to the internet. Is there a way to install bower without connecting to internet?

0

There are 0 best solutions below