esm-dev / esm.sh

A fast, smart, & global CDN for modern(es2015+) web development.
https://esm.sh
MIT License
3.07k stars 147 forks source link

Failed to import - @mendable/firecrawl-js #849

Open adamlamaa opened 3 months ago

adamlamaa commented 3 months ago

Failing module

import FirecrawlApp from "https://esm.sh/@mendable/firecrawl-js@0.0.30"

Error message

After running deno run I got this:

Download https://esm.sh/v135/axios@1.7.2/esnext/unsafe/helpers/esmd/npm/axios@1.7.2/node_modules/.pnpm/axios@1.7.2/node_modules/axios/lib/helpers/null.js
Download https://esm.sh/v135/axios@1.7.2/esnext/unsafe/adapters/esmd/npm/axios@1.7.2/node_modules/.pnpm/axios@1.7.2/node_modules/axios/lib/helpers/null.js
Download https://esm.sh/v135/axios@1.7.2/esnext/unsafe/platform/esmd/npm/axios@1.7.2/node_modules/.pnpm/axios@1.7.2/node_modules/axios/lib/platform/browser.js
failed to load 'https://esm.sh/v135/axios@1.7.2/esnext/unsafe/helpers/esmd/npm/axios@1.7.2/node_modules/.pnpm/axios@1.7.2/node_modules/axios/lib/helpers/null.js': Module not found "https://esm.sh/v135/axios@1.7.2/esnext/unsafe/helpers/esmd/npm/axios@1.7.2/node_modules/.pnpm/axios@1.7.2/node_modules/axios/lib/helpers/null.js".
An error has occured
InvalidWorkerCreation: worker boot error failed to load 'https://esm.sh/v135/axios@1.7.2/esnext/unsafe/helpers/esmd/npm/axios@1.7.2/node_modules/.pnpm/axios@1.7.2/node_modules/axios/lib/helpers/null.js': Module not found "https://esm.sh/v135/axios@1.7.2/esnext/unsafe/helpers/esmd/npm/axios@1.7.2/node_modules/.pnpm/axios@1.7.2/node_modules/axios/lib/helpers/null.js".
    at async UserWorker.create (ext:sb_user_workers/user_workers.js:155:15)
    at async Object.handler (file:///home/deno/main/index.ts:153:22)
    at async respond (ext:sb_core_main_js/js/http.js:162:14) {
  name: "InvalidWorkerCreation"
}

Additional info