Replies: 4 comments
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
We can use dependencies without installing on Deno, a simple approach would be to use Poku with esm.sh, for example: import { assert } from 'https://esm.sh/[email protected]';
assert(true, '🐷'); Also, we can running deno run --allow-read --allow-env --allow-run npm:poku So far, using the JSR isn't viable. Let's see the JSR's future: @yumafuu, I'll add this discussion to the documentation. Thank you for your contribution 🤝 |
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
-
Hi!
When using
npm:
prefix packages in Deno, compatibility issues can cause anxiety and cause us to not adopt them in a production environment!I would be very happy if you could publish it to jsr where deno is developed!
Beta Was this translation helpful? Give feedback.
All reactions