babakfpB
Denoβ€’2y agoβ€’
2 replies
babakfp

`deno run -A vite` doesn't work

Why do I need to use
deno run -A npm:vite
when I already have
vite
installed with
deno add npm:vite
? What is the point of
deno add
then?
Was this page helpful?