vite + react
I'm following along the deno react tutorial, running
deno add jsr:@oak/oak jsr:@tajpouria/cors
returns
Add jsr:@oak/oak@17.1.0
Add jsr:@tajpouria/cors@1.2.1
error: npm package '@jsr/oak__oak' does not exist.
4 Replies
same for me
I was about to post the same thing. im following the tutorial on the website and i cant get it to work.
One extra thing too.
After running
deno run -A npm:create-vite@latest
next instruction is to cd into the project and run deno task dev
didnt work i had to first use deno install
and the deno task dev
.how about this?
https://docs.deno.com/runtime/tutorials/how_to_with_npm/react/
itworked several days ago
Yes, that’s the tutorial I’m referring to.