You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
I tried using nexus-proxy in the context of the oteemo helm chart (https://github.com/Oteemo/charts/tree/master/charts/sonatype-nexus)
and it resulted in the issue that during npm installs I get invalid http responses: ERROR request to https://nexus.company.com/repository/npm-public/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz failed, reason: Parse Error: Content-Length can't be present with chunked encoding
Other proxy repos like maven are working fine though and also the webinterface of Nexus is working as expected, therefore I think it has to be something specific to the npm proxy repository.
The text was updated successfully, but these errors were encountered:
Hi @ThYpHo0n we didn't encounter this issue since we are not using Nexus for npm supported artefacts. If you have any solution for the issue you are seeing, please feel free to supply a PR and we will test and merge it.
Hello there. I actually encountered same problem when using npm repo, and used npm commands to download artifacts.
Problem occurs when client use http1.1 only (not with http1.0 et and http2).
Because npm CLI use http1.1, this issue is quite blocking.
This is a duplicate of issue #20. It effects both npm and pypi registries, with the difference that pip treats the mix of Content-Length and Transfer-Encoding: Chunked as a warning while npm exits with an error.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried using nexus-proxy in the context of the oteemo helm chart (https://github.com/Oteemo/charts/tree/master/charts/sonatype-nexus)
and it resulted in the issue that during npm installs I get invalid http responses:
ERROR request to https://nexus.company.com/repository/npm-public/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz failed, reason: Parse Error: Content-Length can't be present with chunked encoding
My helm chart values to reproduce:
Other proxy repos like maven are working fine though and also the webinterface of Nexus is working as expected, therefore I think it has to be something specific to the npm proxy repository.
The text was updated successfully, but these errors were encountered: