tristinDLC
tristinDLC
DDeno
Created by w7a9q on 11/20/2024 in #help
Converting package.json into deno.json
2 replies
DDeno
Created by Hasan Rimawi on 11/19/2024 in #help
How to resolve this?
You should be using these commands to use vite with deno:
deno run -A npm:create-vite@latest
cd my-vite-app
deno install
deno task dev
deno run -A npm:create-vite@latest
cd my-vite-app
deno install
deno task dev
3 replies