Import npm package from Github repository

Problem statement:

Solution:

With below command you can install your own modified package from Github:

npm install git+ssh://<your_repository_ssh_clone_link>#<branch_name>

Getting ssh clone link:

your_repository_ssh_clone_link

Branch name:

My import command will look as below:

npm install git+ssh://git@github.com:Siddhu2/calculator-chatbot.git#master

--

--

Programmer who loves to do things creatively. #automationTester by profession #javascript #nodejs #reactjs

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Siddharth Murugan

Programmer who loves to do things creatively. #automationTester by profession #javascript #nodejs #reactjs