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=
2 Replies
You should be using these commands to use vite with deno:
Thanks Tristen.
I was able to solve the issue by deleting /home/username/package.json, package-lock.json and node_modules.