node.js - how to extract installables from installed nodejs module? -


i able figure out nodejs module installed using command (as suggested @ reference question)

npm list -g 

but how can extract module location can install same on different system?


Comments