Is there any feature to deploy a npm library in bitbucket and import those npm libraries in other projects from bitbucket just like azure artifacts private npm libraries
Hello @UMAMAHESHWARI G and welcome to the community!
You can store your library in a Bitbucket Cloud repository and install it using the npm command with the following syntax :
npm install git+ssh://git@bitbucket.org/{user}/{repository}.git
I also found this tutorial that might be useful when setting up your dependencies to download from Bitbucket repository :
Thank you, @UMAMAHESHWARI G !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.