backpack1098B
Convex Community2y ago
10 replies
backpack1098

Adding deps to node.externalPackages didn't resolve the error

Hi team! im running in to the error below
✘ [ERROR] Could not resolve "youtubei.js"

    node_modules/langchain/dist/document_loaders/web/youtube.js:2:26:
      2 │ import { Innertube } from "youtubei.js";

tried a few variations
// convex.json
{
  "node": {
    "externalPackages": [
      "langchain" // "youtube-transcript", "youtubei.js"
    ]
  }
}

but didnt fix the issue
Uncaught Failed to analyze ingest/load.js: Cannot find package 'youtube-transcript' imported from /tmp/external_deps/e9a05690-196f-40ed-88a7-cd46f4362a76/node_modules/langchain/dist/document_loaders/web/youtube.js
Uncaught Failed to analyze ingest/load.js: Cannot find package 'youtubei.js' imported from /tmp/external_deps/834ceee9-83db-4a8b-9907-c6805d171626/node_modules/langchain/dist/document_loaders/web/youtube.js

any idea what's wrong? thank you.
Was this page helpful?