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

npm ERR! Invalid tag name "^>=6.0.0": Tags may not have any characters that encodeURIComponent encodes #72

Open
chaitanya02 opened this issue Oct 4, 2023 · 1 comment

Comments

@chaitanya02
Copy link

I am getting this error npm ERR! Invalid tag name "^>=6.0.0": Tags may not have any characters that encodeURIComponent encodes in Angular 15 version. I do not want to use --legacy-peer-deps to solve this. I am using both dependencies with latest version
"diff-match-patch": "^1.0.5",
"ngx-text-diff": "^0.6.0"

@krajmohan
Copy link

A workaround is to run:

npm i ngx-text-diff --legacy-peer-deps

Which will make npm ignore the syntax errors in semantic versions.

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

2 participants