npm install module with git

ssh

1
npm i git+ssh://[email protected]:account_name/repository_name.git

https

1
npm i git+https://account_name/repository_name.git

local

1
npm i ~/project/yourmodule
#

Comments

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×