bluwy/create-vite-extra

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

checkwoodson opened this issue · 3 comments

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

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

bluwy commented

Specifically 1.28.1 for now until #21 is resolved.

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