bluwy / create-vite-extra

Extra Vite templates
Other
391 stars 62 forks source link

why Unsupported scheme "npm" for module "npm:create-vite-extra". Supported schemes: [ "data", "blob", "file", "http", "https", ] #22

Closed checkwoodson closed 1 year ago

checkwoodson commented 1 year ago

image

i don't know why error :Unsupported scheme "npm" for module "npm:create-vite-extra". Supported schemes: [ "data", "blob", "file", "http", "https", ] Does deno not support npm?

bluwy commented 1 year ago

It does. Make sure you're using the latest version of Deno when running the command.

bluwy commented 1 year ago

Specifically 1.28.1 for now until https://github.com/bluwy/create-vite-extra/issues/21 is resolved.

checkwoodson commented 1 year ago

Specifically 1.28.1 for now until #21 is resolved. I had to update deno. no problem. thank you!!