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

Support for any version that satisfies wildcard version req(*), as in node-semver #9

Open
await-ovo opened this issue Aug 30, 2023 · 0 comments

Comments

@await-ovo
Copy link

In node-semver, with option.includePrerelease: true, any version will satisfies wildcard version reqeust(*).

This should also be supported by deno_semver, which affects the behavior of deno install npm dependencies now.
e.g. when vitepress latest version is 1.0.0-rc.10, run deno run -A npm:vitepress dev will install [email protected], since prerelease version not satisfies *, which should install 1.0.0-rc.10 like pnpm or yarn does ~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant