question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

61reactions
Jaygiricommented, Mar 4, 2021

@tokomeno-kaltura try

npm install --legacy-peer-deps
2reactions
shapkarincommented, Sep 7, 2021

@Jaygiri make sense, npm i --save react-tooltip@latest helped.

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm install error - Invalid tag name ">=^16.0.0" #661 - GitHub
I'm getting an error when running npm install: Invalid tag name ">=^16.0.0": Tags may not have any characters that encodeURIComponent encodes.
Read more >
code EINVALIDTAGNAME npm ERR! Invalid tag name ...
I downloaded a project folder of a tutorial and tried to run npm install. However, I am always running into ...
Read more >
Struggling to Diagnose "Error: Invalid tag name '>=^16.0.0'"
I'm building the mediasoup-demo on the v3 branch, after cloning it to my local system. I'm using npm version 7.6.2.
Read more >
npm: Invalid tag name ">=null" — DataTables forums
Hi team, I am trying to use StateRestore with NPM and I don't succeed to install the BS4 module.
Read more >
npm-install - npm Docs
Description. This command installs a package and any packages that it depends on. If the package has a package-lock, or an npm shrinkwrap...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found