Replies: 1 comment
-
Note that the link you provided is for the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I say:
then poke around in ~/.cache/deno/npm I find that the version installed is 1.8.0, so I can say:
and it works. The odd thing is that 1.8. doesn't even show up in the version history on https://www.npmjs.com/package/@lucia-auth/adapter-sqlite.
The current version there appears to be 3.0.1, but using that in the npm: specifier result in a "could not find package" error.
Is there some description somewhere of where the version in npm: specifiers are coming from?
Beta Was this translation helpful? Give feedback.
All reactions