DEV Community

Discussion on: How to use a Private git repo as an npm module

Collapse
 
ondrovic profile image
ondrovic

Awesome write up, for me though I had to do the initial
npm i git+ssh://git@bitbucket.org:acmeinc/foo-bar.git
instead of
npm i git@bitbucket.org:acmeinc/foo-bar.git as it didn't resolve correctly