beermanB
Denoβ€’3y ago
beerman

Module imported in app successfully, but fails to deploy

etherscan.ts
import { ethers, BigNumber } from 'npm:ethers@^5'

util.ts
import { FixedNumber } from 'npm:ethers@^5'

the app works like it's supposed to, but I can't seem to deploy it to deno.com even though the module is successfully downloaded. Any idea what's happening here?
Screenshot_2023-03-16_at_15.56.48.png
Was this page helpful?