I deno task start this repo in WSL in Windows 11, Deno 1.46.3 and get this:
error: JSR package manifest for '@luca/esbuild-deno-loader' failed to load. Import 'https://jsr.io/@luca/esbuild-deno-loader/meta.json' failed: error sending request for url (https://jsr.io/@luca/esbuild-deno-loader/meta.json): client error (Connect): tcp connect error: Network is unreachable (os error 101): Network is unreachable (os error 101)
at https://deno.land/x/fresh@1.6.8/src/build/deps.ts:9:29
Watcher Process failed. Restarting on file change...
However, curl https://deno.land/x/fresh@1.6.8/src/build/deps.ts still returns results.
I
deno task startthis repo in WSL in Windows 11, Deno 1.46.3 and get this:However,
curl https://deno.land/x/fresh@1.6.8/src/build/deps.tsstill returns results.