Is there an existing issue for this?
Current Behavior
When I try to install package from private gitlab repository via git+https with user and password, I get multiple
TAR_ENTRY_INVALID checksum failure
errors, and at the end of them -
TAR_BAD_ARCHIVE: Unrecognized archive format
error.
If I enable verbose logging (npm install --ddd), I can see that somewhere in installation process I had been redirected on main gitlab page for Sign In -
npm http fetch GET 200 https://npm:***@gitlab.private_organisation.com/users/sign_in 674ms
I already tried with node 16 and npm version 6.14.13, and this error did not occur
Expected Behavior
My private package, located in gitlab has been installed successefully
Steps To Reproduce
- Add some gitlab private repository in your package.json
"private-package": "git+https://user:pass@gitlab.privateorg.com/project/package#commithash"
- Run
npm install
- See above error...
Environment
- OS: Ubuntu 20.04.2 LTS
- Node: 16.1.0
- npm: 7.12.1
Is there an existing issue for this?
Current Behavior
When I try to install package from private gitlab repository via git+https with user and password, I get multiple
errors, and at the end of them -
TAR_BAD_ARCHIVE: Unrecognized archive formaterror.
If I enable verbose logging (
npm install --ddd), I can see that somewhere in installation process I had been redirected on main gitlab page for Sign In -I already tried with node 16 and npm version 6.14.13, and this error did not occur
Expected Behavior
My private package, located in gitlab has been installed successefully
Steps To Reproduce
"private-package": "git+https://user:pass@gitlab.privateorg.com/project/package#commithash"npm installEnvironment