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

Invalid tag name "^16.8.0,^17.x,^18.x" of package "react@^16.8.0,^17.x,^18.x" #69

Open
qazwsxpawel opened this issue Nov 4, 2022 · 3 comments

Comments

@qazwsxpawel
Copy link

qazwsxpawel commented Nov 4, 2022

Trying to install as per README:

npm install --save react-text-selection-popover

causes

npm ERR! code EINVALIDTAGNAME
npm ERR! Invalid tag name "^16.8.0,^17.x,^18.x" of package "react@^16.8.0,^17.x,^18.x": Tags may not have any characters that encodeURIComponent encodes.
» npm --version                                                                                                                                                                                                                                
8.19.3

Please advise or let me know if you need more info

Thanks!

@wendellpbarreto
Copy link

having the same problem here

@michaelboyles
Copy link

Me too. A workaround is to add --legacy-peer-deps

npm install --save react-text-selection-popover --legacy-peer-deps

@ababkin
Copy link

ababkin commented Jan 30, 2024

use yarn add react-text-selection-popover, it works

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

4 participants