React-tooltip: npm install error - Invalid tag name ">=^16.0.0"

Created on 27 Dec 2020  路  3Comments  路  Source: wwayne/react-tooltip

I'm getting an error when running npm install:

Invalid tag name ">=^16.0.0": Tags may not have any characters that encodeURIComponent encodes.

I'm trying to install this app using:
node.js v15.5.0
npm 7.3.0

https://github.com/npm/cli/issues/1734

Most helpful comment

@tokomeno-kaltura try

npm install --legacy-peer-deps

All 3 comments

Hi. Have you found a solution for this?

Having the same problem

before closing the issue please add the solution

@tokomeno-kaltura try

npm install --legacy-peer-deps
Was this page helpful?
0 / 5 - 0 ratings