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
This package's versioning follows ChronVer. npm versioning follows SemVer.
Until npm adds support for other versioning systems, or provides flags to ignore SemVer, you should wildcard this package's version in your package.json, like so:
{
"dependencies": {
"vne": "*"
}
}
If weirdness happens in your project, you may need to delete node_modules and npm i again.
The text was updated successfully, but these errors were encountered:
This package's versioning follows ChronVer. npm versioning follows SemVer.
Until npm adds support for other versioning systems, or provides flags to ignore SemVer, you should wildcard this package's version in your
package.json
, like so:If weirdness happens in your project, you may need to delete
node_modules
andnpm i
again.The text was updated successfully, but these errors were encountered: