-
|
The docs say to use this:
I don't see a list of versions anywhere. Here are all the new erorrs if anyone cares: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
From the readme:
When using unversioned URLs with Deno is they get down into your cache and never change unless you do The versions are available in the drop down on https://deno.land/x/oak/ and the changes per release are tracked in CHANGELOG.md. |
Beta Was this translation helpful? Give feedback.
-
|
Where can I find a list of oak versions? |
Beta Was this translation helpful? Give feedback.
-
|
can I use /oak@9/ if i want 9.x or do i need explicit version? |
Beta Was this translation helpful? Give feedback.
From the readme:
When using unversioned URLs with Deno is they get down into your cache and never change unless you do
--reloador manually delete your cache.The versions are available in the drop down on https://…