Skip to content
Discussion options

You must be logged in to vote

From the readme:

⚠️ Warning The examples in this README pull from main, which may not make
sense to do when you are looking to actually deploy a workload. You would want
to "pin" to a particular version which is compatible with the version of Deno
you are using and has a fixed set of APIs you would expect.
https://deno.land/x/ supports using git tags in the URL to direct you at a
particular version. So to use version 3.0.0 of oak, you would want to import
https://deno.land/x/[email protected]/mod.ts

When using unversioned URLs with Deno is they get down into your cache and never change unless you do --reload or manually delete your cache.

The versions are available in the drop down on https://…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by kitsonk
Comment options

You must be logged in to vote
1 reply
@kitsonk
Comment options

Comment options

You must be logged in to vote
1 reply
@kitsonk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #475 on February 17, 2022 21:48.