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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -