In this post, we will see how to resolve using paulmillr/noble-secp256k1 with deno deploy Question: I have this line in my file: import * as secp256k1 from "npm:@noble/secp256k1"; It works fine locally (deno run) When I try to deno deploy, ...