Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm error code EINVALIDTAGNAME when installing @radicalimaging/static-wado-creator #68

Open
dazzag24 opened this issue Oct 23, 2024 · 2 comments

Comments

@dazzag24
Copy link

MacOS 15.0.1
npm 10.9.0

❯ npm install -g @radicalimaging/static-wado-creator
npm error code EINVALIDTAGNAME
npm error Invalid tag name "npm publish" of package "npmjs@npm publish": Tags may not have any characters that encodeURIComponent encodes.
npm error A complete log of this run can be found in:

Any ideas?

Thanks

@kalclark
Copy link

I had to install a prior version which worked: npm install -g @radicalimaging/[email protected]

@TheNumberOne
Copy link

This is caused by this line:
https://github.com/RadicalImaging/Static-DICOMWeb/blame/3fe70d19b9d5c6b13320c5ff947c0f80dc602f74/packages/static-wado-creator/package.json#L67

It looks like in d3c7891, npmjs was added as a script to several packages but there was a typo from @wayfarer3130 that put the script in dependencies rather than scripts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants