esm-dev/esm.sh

Failed to import - @mendable/firecrawl-js

adamlamaa opened this issue · 0 comments

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

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