-
-
Notifications
You must be signed in to change notification settings - Fork 532
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 install error - Invalid tag name ">=^16.0.0" #661
Comments
Hi. Have you found a solution for this? |
Having the same problem before closing the issue please add the solution |
|
@Jaygiri can you please explain why that happens? because I got that error at
|
@shapkarin I haven't tested It is possible that you have found some issue with npm because as per documentation That said I don't know what was the legacy behavior pre-v7. What you are getting is syntax error ">=^16.0.0" should be ">=16.0.0" and in current version for react-tooltip it is updated. I would recommend updating to latest version of react-tooltip manually and then running npm update. |
@Jaygiri make sense, |
|
Hi @inerfil, this is a closed issue related to V4, if are you having the same problem with V5, please let us know in a new issue, thanks! |
The problem was in the last v3 release here: https://github.com/ReactTooltip/react-tooltip/blob/v3.11.6/package.json#L61-L62 See the 4.0.1 release notes, which reference the fix in f30ae74. An override might be a way to work around this issue or just upgrade to 4.0.1 or later. |
I'm getting an error when running npm install:
I'm trying to install this app using:
node.js v15.5.0
npm 7.3.0
npm/cli#1734
The text was updated successfully, but these errors were encountered: