Skip to content

fix(dev:ai): correct langchain package filter#28457

Open
imnick48 wants to merge 3 commits inton8n-io:masterfrom
imnick48:master
Open

fix(dev:ai): correct langchain package filter#28457
imnick48 wants to merge 3 commits inton8n-io:masterfrom
imnick48:master

Conversation

@imnick48
Copy link
Copy Markdown

@imnick48 imnick48 commented Apr 14, 2026

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

Summary

Related Linear tickets, Github issues, and Community forum posts

Review / Merge checklist

  • I have seen this code, I have run this code, and I take responsibility for this code.
  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with Backport to Beta, Backport to Stable, or Backport to v1 (if the PR is an urgent fix that needs to be backported)

## 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
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 14, 2026

CLA assistant check
All committers have signed the CLA.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@n8n-assistant n8n-assistant bot added community Authored by a community member in linear DEPRECATED labels Apr 14, 2026
@n8n-assistant
Copy link
Copy Markdown
Contributor

n8n-assistant bot commented Apr 14, 2026

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:
• Tests are included for any new functionality, logic changes or bug fixes.
• The PR aligns with our contribution guidelines.

Regarding new nodes:
We no longer accept new nodes directly into the core codebase. Instead, we encourage contributors to follow our Community Node Submission Guide to publish nodes independently.

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:
This PR has been added to our internal tracker as "GHC-7728". While we plan to review it, we are currently unable to provide an exact timeframe. Our goal is to begin reviews within a month, but this may change depending on team priorities. We will reach out when the review begins.

Thank you again for contributing to n8n.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Authored by a community member in linear DEPRECATED

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants