NPM Import results in Rust panic
Looking to import the Airgram NPM package because I don't want to write it from scratch at this moment. The single line of code I have reads as follows:
import { Airgram } from "npm:airgram@5.0.0"
Running with -- inspect results in:
Is there any hope of fixing this?4 Replies
There doesn't seem to be any open bug for this particular panic
Please open one
Will do. Noticed a few unwraps issues
GitHub
NPM Import results in Rust panic · Issue #17587 · denoland/deno
Looking to import the Airgram NPM package because I don't want to write it from scratch at this moment. The single line of code I have reads as follows: import { Airgram } from "np...
Rather die than actually use NPM so will seek alternatives I guess