You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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-componentswith 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.