Problem description:
When uploading an npm package to a local npm repository the pacakge.json that is generated contains an extra slash in the tarball URL.
What is the expected behavior?**
**The package.json's tarball's URL should not contain an extra slash (i.e. before the repository name, npm-local).
Steps to reproduce: **
- Have an npm project. (I used the one from https://github.com/jfrog/project-examples as an example for this issue.)
- Have a build publish it to an npm local repository
- Navigate to the local repository and view its package.json
- Observe the extra slash in the tarball URL
Possible workaround:**
Manually going into every package.json and editing it.
Was that reproduced on GCP machine/mill? yes**
- relates to
-
RTFACT-15797 NPM local repository cannot be named "npm"
- Done
-
RTFACT-11987 Extra slash in the package.json tarball URL (local repositories)
- Closed