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

[node-compat]: unable to run pre-release versions #15739

Closed
brc-dd opened this issue Sep 2, 2022 · 1 comment · Fixed by #15745
Closed

[node-compat]: unable to run pre-release versions #15739

brc-dd opened this issue Sep 2, 2022 · 1 comment · Fixed by #15745
Assignees
Labels
bug Something isn't working node compat

Comments

@brc-dd
Copy link

brc-dd commented Sep 2, 2022

On running this (using deno v1.25.1):

deno run -A --unstable --reload npm:vitepress@1.0.0-alpha.13

I'm getting this error:

Download https://registry.npmjs.org/vitepress
error: Could not find npm package 'vitepress' matching 1.0.0-alpha.13. Try retreiving the latest npm package information by running with --reload

On v1.25.0, this step was working fine although there were other errors. I'm not familiar with deno's codebase yet, but it looks this was caused by #15714 ?

Also, running npm:vitepress is running 0.x version, so I guess it doesn't respect latest tag?

(PS: there is a typo in retrieving)

@kitsonk kitsonk added bug Something isn't working node compat labels Sep 2, 2022
@bartlomieju
Copy link
Member

Thanks for the report. We will look into it ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working node compat
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants