deno info returns module not found
Trying to import that 3rd party public package causes the same issue with the same error.
Replacing the url with the jsdelivr url however works fine
The jsdelivr trick does unblock me, but I can't update the actual file and push a commit as the raw.githubusercontent url works fine for all my coworkers.
Any ideas of why the raw.githubusercontent url does not work?
4 Replies
My deno environment
That sounds like a bug. Best to create an issue for that here https://github.com/denoland/deno/issues
GitHub
Issues · denoland/deno
A modern runtime for JavaScript and TypeScript. Contribute to denoland/deno development by creating an account on GitHub.
It works for me, maybe GitHub was down right when you tried, does it work now?
sorry I got really busy with work and wasn't paying attention.
I have been working on a WSL ubuntu environment and will make a bug ticket with more relevant info
In the meantime, I found out that the same issue does not show up when I use the deno CLI in windows
this seems to be specific to my wsl ubuntu environment, as I have other colleagues who also use wsl ubuntu but do not face the issue