-
Notifications
You must be signed in to change notification settings - Fork 7
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 Version: 0.2.98.5 #307
Comments
I would try to completely remove |
I've done that multiple times, as well as run I did test to create a new project with all the dependencies of I will try to wipe npms global cache. |
One of my colleagues are also getting this. It hit us both first time today. It is the same project though. I am fairly certain the source of the issue is with this project, but can def. be something on our side. Can you reporduce this @bertearazvan ?
Expected result: package installed Actual result npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm ERR! Invalid Version: 0.2.98.5 |
Hmm okay, I am personally not a lot into the |
Thanks @bertearazvan |
Running a fresh install, I get the error
npm ERR! Invalid Version: 0.2.98.5
. This indicates that there is a dependency of@dhi/react-components
with a version that is non-semver compliant.I downgraded the package all the way to < 0.5.0 to fix the problem, but I know for sure that I have been able to install the package at a higher version than this before, so there's probably something else going on.
I did try this in a clean project to rule out other dependencies affecting it, but the outcome is the same.
I can't see that there is any depency with that version, so I'm not sure what the origin of the issue is.
The text was updated successfully, but these errors were encountered: