fix(dev:ai): correct langchain package filter#28457
fix(dev:ai): correct langchain package filter#28457imnick48 wants to merge 3 commits inton8n-io:masterfrom
Conversation
## Problem `pnpm dev:ai` fails because turbo cannot find `@n8n/nodes-langchain`. ## Cause The package was renamed to `@n8n/n8n-nodes-langchain`, but the script still references the old name. ## Solution Updated the filter in `dev:ai` to use the correct package name. ## Verification - Ran `pnpm dev:ai` - No turbo errors - Dev services start as expected
|
Hey @imnick48, Thank you for your contribution. We appreciate the time and effort you’ve taken to submit this pull request. Before we can proceed, please ensure the following: Regarding new nodes: If your node integrates with an AI service that you own or represent, please email nodes@n8n.io and we will be happy to discuss the best approach. About review timelines: Thank you again for contributing to n8n. |
Problem
pnpm dev:aifails because turbo cannot find@n8n/nodes-langchain.Cause
The package was renamed to
@n8n/n8n-nodes-langchain, but the script still references the old name.Solution
Updated the filter in
dev:aito use the correct package name.Verification
pnpm dev:aiSummary
Related Linear tickets, Github issues, and Community forum posts
Review / Merge checklist
Backport to Beta,Backport to Stable, orBackport to v1(if the PR is an urgent fix that needs to be backported)