node.js - How to install strongloop without internet -


not in our team has internet connection, installing strongloop using command requires internet connection

npm install -g strongloop 

is there way can download strongloop first , install it?

npm install -g /path/to/strongloop


Comments