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 Version #2

Open
NetOpWibby opened this issue Mar 9, 2022 · 0 comments
Open

npm ERR! Invalid Version #2

NetOpWibby opened this issue Mar 9, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation wontfix This will not be worked on

Comments

@NetOpWibby
Copy link
Owner

NetOpWibby commented Mar 9, 2022

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.

@NetOpWibby NetOpWibby added documentation Improvements or additions to documentation wontfix This will not be worked on labels Mar 9, 2022
@NetOpWibby NetOpWibby self-assigned this Mar 9, 2022
Repository owner locked as resolved and limited conversation to collaborators Feb 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant