Error
The error appears when we install npm
PS C:\xampp\htdocs\Photo-Editor> npm install
npm ERR! code EINVALIDTAGNAME
npm ERR! Invalid tag name ">=^16.0.0" of package "react@>=^16.0.0": Tags may not have any characters that encodeURIComponent encodes.
npm ERR! A complete log of this run can be found in:
solution:
Run This command:
npm install --legacy-peer-deps
or
npm install --legacy-peer-deps --force
[…] https://www.devopsconsulting.in/blog/npm-install-error-invalid-tag-name-16-0-0/ […]