how to configure .npmrc file for bitbucket as npm registry or private registry?
Hey Pawan,
We have documentation related to deploying to NPM via either npm or private registry located below using the npm-publish pipe:
Hope this helps.
Cheers!
- Ben (Bitbucket Cloud Support)
Is it possible not to publish in npm registry and set the url registry with credentials in .npmrc?
Also tried ssh but npm does not recognize the ssh key
Currently in package.json
dependencies:{
"test-module": "git+https://{username}:{app_password}@bitbucket.org/orgname/test-module.git#v1.0.0"
},
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.