Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Npm Downloads Broken in 4.1.20
-
Hi
I just upgraded from 4.1.17 to 4.1.20 and found that npm installs no longer work.
npm install logs show that npm first calls the registry with
https://myregistry.com/npm/<feedname>/<packagename>
This returns the package details data with no issues.
ProGet tells npm to get the package file at
https://myregistry.com/npm/<feedname>/<packagename>/-/<packagename>-<version>.tgz
This returns an HTTP 400 Bad Request.
Rolling back to 4.1.17 resolved the issue, even though the .tgz link was exactly the same.
Thanks
Product: ProGet
Version: 5.1.20
-
Same here. All our builds stopped working, so I am attempting a downgrade to 5.1.17. HTTP 400 on all requests on the npm feed. The nuget feed is fine.
-
Thank you for reporting this - we've determined the root cause and will issue a fix for this ASAP.
-
That's awesome, thanks!