esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

Failed to import - @mendable/firecrawl-js

Open adamlamaa opened this issue 1 year ago • 0 comments

Failing module

  • GitHub: https://github.com/mendableai/firecrawl
  • npm: https://www.npmjs.com/package/@mendable/firecrawl-js
import FirecrawlApp from "https://esm.sh/@mendable/[email protected]"

Error message

After running deno run I got this:

Download https://esm.sh/v135/[email protected]/esnext/unsafe/helpers/esmd/npm/[email protected]/node_modules/.pnpm/[email protected]/node_modules/axios/lib/helpers/null.js
Download https://esm.sh/v135/[email protected]/esnext/unsafe/adapters/esmd/npm/[email protected]/node_modules/.pnpm/[email protected]/node_modules/axios/lib/helpers/null.js
Download https://esm.sh/v135/[email protected]/esnext/unsafe/platform/esmd/npm/[email protected]/node_modules/.pnpm/[email protected]/node_modules/axios/lib/platform/browser.js
failed to load 'https://esm.sh/v135/[email protected]/esnext/unsafe/helpers/esmd/npm/[email protected]/node_modules/.pnpm/[email protected]/node_modules/axios/lib/helpers/null.js': Module not found "https://esm.sh/v135/[email protected]/esnext/unsafe/helpers/esmd/npm/[email protected]/node_modules/.pnpm/[email protected]/node_modules/axios/lib/helpers/null.js".
An error has occured
InvalidWorkerCreation: worker boot error failed to load 'https://esm.sh/v135/[email protected]/esnext/unsafe/helpers/esmd/npm/[email protected]/node_modules/.pnpm/[email protected]/node_modules/axios/lib/helpers/null.js': Module not found "https://esm.sh/v135/[email protected]/esnext/unsafe/helpers/esmd/npm/[email protected]/node_modules/.pnpm/[email protected]/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

adamlamaa avatar Jul 02 '24 08:07 adamlamaa