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
$ deno init --npm npm:vite
⚠️ Do you fully trust npm:create-npm:vite package? Deno will invoke code from it with all permissions. Do you want to continue? [y/n]
> y
error: npm package 'create-npm:vite' does not exist.
I think this command should work just like running deno init --npm vite when using the registry prefix is required more often than necessary and users will inevitably learn to use it as such.
BTW, if this parameter was called --create instead of --npm, I think it would be a bit clearer what it actually does in the first place.
The text was updated successfully, but these errors were encountered:
Version: Deno 2.2.1
I think this command should work just like running
deno init --npm vite
when using the registry prefix is required more often than necessary and users will inevitably learn to use it as such.BTW, if this parameter was called
--create
instead of--npm
, I think it would be a bit clearer what it actually does in the first place.The text was updated successfully, but these errors were encountered: