Hasan Rimawi
Hasan Rimawi2d ago

How to resolve this?

Whenever I use npm install, these errors that seem to be related to deno somehow appear. Any thoughts? command: npm install vite @=Ingalless=
No description
2 Replies
tristinDLC
tristinDLC2d ago
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
Hasan Rimawi
Hasan RimawiOP2d ago
Thanks Tristen. I was able to solve the issue by deleting /home/username/package.json, package-lock.json and node_modules.