-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Cannot deno publish
with "vendor": true
when importing remote https specifier
#25640
Comments
@rojvv I can't reproduce. Can you provide a reproduction? What error message do you get? Does it happen only when publishing and not a dry run? |
Going to close because can't reproduce. |
Hi, @dsherret. I have prepared a minimal reproducible example, please re-open the issue: https://github.com/rojvv/deno-25640 Apologies for the unexpectedly long delay. |
What error message does that give? |
|
deno publish
with "vendor": true
deno publish
with "vendor": true
when importing remote https specifier
That's expected. You can't publish a package that relies on a remote https module (the |
@dsherret Why was this possible before 2.0? |
It wasn't with |
Version: Deno 2.0.0-rc.2+af2d992
The text was updated successfully, but these errors were encountered: