-
Notifications
You must be signed in to change notification settings - Fork 43
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 #62
Comments
Having the same issue on my machine |
Same from here! |
Any news on this? We have the same problem. |
Any updates on this? Or does anyone know a work-around? |
A workaround is to run:
Which will make npm ignore the syntax errors in semantic versions. |
Encountered this error message as well. Fix by paulhickman-a365 worked for me. |
@ABenassi87 Angular Version: 7.2.0 |
It worked for me |
if you use axios for http requests then it is recommended to use angular http module. https://angular.io/guide/http |
im not in angular. im on react |
Just use Yarn.... |
thanks, i tried again nd it works! |
Hi, first of all, thank you for the library. Very helpful..
Lastly, I got the error above when I do npm install, it occurred in npm v 7.5.2.
However, With npm version 6.14.11 I just see warnings only and there are no errors at all.
You can see below the char that cause this issue --> ^.
Can you remove it please?
npm WARN ngx-text-diff@0.6.0 requires a peer of @angular/core@^>=6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-text-diff@0.6.0 requires a peer of @angular/forms@^>=6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-text-diff@0.6.0 requires a peer of @angular/cdk@^>=6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-text-diff@0.6.0 requires a peer of rxjs@~6.3.3 but none is installed. You must install peer dependencies yourself.
BTW, I'm using angular core 9.0.3 and its still show me this warnings...
The text was updated successfully, but these errors were encountered: