You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following the tutorial and when I run deno task start, the server starts successfully after what feels like ~ 10 seconds (seems slow). As per the tutorial, I make a change to routes/index.tsx in VS Code in Windows, but I do not see the changes reflected in the browser even after refreshing the page. The terminal does not produce any updates to indicate that watch has detected the change: terminal continues to display:
/> deno task start
Task start deno run -A --watch=static/,routes/ dev.ts
Watcher Process started.
The manifest has been generated for 5 routes and 1 islands.
This appears to be a known WSL 2 issue. Stack Overflow answer. For my use case, I was able to setup the code in the Linux filesystem instead of Windows mounted directories. It also solved the slowness I was experiencing.
There is a Deno issue open, but it hasn't seen any activity for over a year.
I'm following the tutorial and when I run
deno task start
, the server starts successfully after what feels like ~ 10 seconds (seems slow). As per the tutorial, I make a change toroutes/index.tsx
in VS Code in Windows, but I do not see the changes reflected in the browser even after refreshing the page. The terminal does not produce any updates to indicate that watch has detected the change: terminal continues to display:I'm using:
Edit:
Watch works fine if
deno task start
is run from Windows. It also runs a lot faster.The text was updated successfully, but these errors were encountered: