Hi
We are using Bitbucket Server
and have some typescript libraries we would like to reuse across other repositories
in the past using github we could reference the tag in the project.json - I've tried this and I get a 501
does any one know if this can be done?
if so how?
ta
Hi Anton
Thanks for the reply, but I sorted it
it needs a specific format for the dependency in package.json e.g.
"dependencies":{
"my-controls": "git+https://bitbucket.[our-domain]/scm/trac/my-controls.git#v1.1.0",
}
Thanks again, Ant
Hi antix
Could you please clarify if the error you're getting from Tomcat or from the reverse proxy?
Please provide the verbose output of npm command.
Regards
Anton
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.