npm install - npm - Distribute module for other developer -


i have downloaded specific module version including dependencies npm. distribute module other developers.

sure, copy whole module , copy it. how this, if want download exact same packages did? there should kind of mechanism npm this...

note: have installed module globally.

greets.

first run:

npm list -g 

this output installed packages, take note of package name , version of package want distribute.

finally tell collegues run:

npm install package@version 

to install same version have.

if have modified may publish different name or try fork repo on github if there one, usual.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -