I have an angular app with basic Hello world code. When I run this code on my local everything seems to be successful for npm build and automatic versioning being displayed on "welcome page UI" for every version bump automatically without any change being made on package.json each time I run build.
I have pushed the changes to Git repos on Azure DevOps, created a YAML pipeline and running the build tasks with below sequence : npm install npm run build Artifactory Npm - pack and publish (this step is publishing the .tgz file on jfrog artifactory)
I have issue on updating the .tgz file on artifactory with automatic versioning. Each time I run build pipeline I have to bump the version manually on package.json file and then run the pipeline to publish package on artifactory otherwise I am getting 404 error without changing package.json file.
Due to this I am unable to bind or display the version number from config file to the "welcome page UI"
Note : I am not sure if this makes difference but I am using organization proxy defined in .npmrc file