esm-dev/esm.sh

Failed to import - @web3-storage/w3up-client

Opened this issue · 1 comments

Failing module

import { create } from 'https://esm.sh/@web3-storage/w3up-client'

Error message

After running deno run I got this:

Uncaught TypeError: Import 'https://esm.sh/v135/@ucanto/core@9.0.1/denonext/src/lib.js' failed: 500 Internal Server Error
    at https://esm.sh/v135/@ucanto/core@9.0.1/denonext/core.mjs:2:1389
    at async <anonymous>:1:41

opening in the browser yields this:

/* esm.sh - error */
throw new Error("[esm.sh] " + "esbuild: No matching export in \"../esmd/npm/@ucanto/core@9.0.1/node_modules/.pnpm/@ucanto+core@9.0.1/node_modules/@ucanto/core/src/lib.js\" for import \"panic\"");
export default null;

Additional info

  • esm.sh version: v135
  • Deno version: 1.39.1

Same happens with:

import { Agent } from 'https://esm.sh/@web3-storage/access@18.1.0/agent'
const agent = await Agent.create()