Open MiniGod opened 1 year ago
I didn't realize it at the time of creating the issue, but a workaround is to use the official npm registry with --registry https://registry.npmjs.org
I never used azure. Sounds like an problem with their setup?
I guess you could argue that, but the package.json
that is published on registry.npmjs.org
does still include the invalid version number.
The difference seems to be that azure seems to error on their server-side while parsing the package file when fetched, while npmjs.org repo does not error (probably just serving the file statically without parsing).
Since the version is invalid, I'd guess other tools will also fail when parsing the package. Is this not happening with other proxies to npmjs.org / mirrors that use npmjs.com as an upstream repo? (not expecting an answer from you. just throwing it out)
Describe the bug
When installing
@nxext/sveltekit
via azure, I get an the following error:To Reproduce
npm
to use an azure registrynpm i -D @nxext/sveltekit
(all the published versions fail, 11, 12, 13, 14).Expected behavior
The installation should not fail.
Additional context
Appears to have been fixed here, but not published: https://github.com/nxext/nx-extensions/commit/f24b15012e124a11cb039d76a8a8f7664e316349