[React App Tutorial] Issue finding @oak & @tajpouria
Hey yall,
While going through the react app tutorial I have come across this issue while adding the backend - from section Add a Backend
running
gives the error
Which I was able to remedy by adding before the import path; ex:
But I am still unable to reach localhost:8000 and see the dinosaurs JSON, and the above error is still present
Import Statements for both Oak and Cors read the following errors (before adding
and
Running 'deno install' returns the same message as before
Really unsure of where to go from here, and would like to see the dinosaur JSON in browser before I continue with the rest of the tutorial. Answers seem to be sparse on this issue, I only found the adding by looking at the package repo online
4 Replies
This is a bug in Deno. The fix has already landed in
main
and we'll cut a new release soonappreciate the response @marvinh. Where is best to watch updates on deno?
Deno 2.0.2 is out and includes the fix. Does updating to that version resolve it? Deno releases can be followed here https://github.com/denoland/deno/releases
Yes the update has resolved this!