Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Node Not Listed #9536

Closed
Lotto opened this issue May 29, 2024 · 2 comments
Closed

Custom Node Not Listed #9536

Lotto opened this issue May 29, 2024 · 2 comments

Comments

@Lotto
Copy link

Lotto commented May 29, 2024

Bug Description

I am trying to create a custom node, but it is not found when I run n8n on Ubuntu 24.04. It works on Windows.
image

To Reproduce

  1. git clone https://github.com/n8n-io/n8n-nodes-starter
  2. cd n8n-nodes-starter
  3. npm install
  4. edit package.json to rename : n8n-nodes-mytest
  5. npm run build
  6. npm link
  7. cd ~/.n8n
  8. mkdir custom
  9. cd custom
  10. npm init
  11. npm link n8n-nodes-mytest
  12. n8n start

Expected behavior

It works on Windows but not on my Ubuntu.
I tried specifying the path to n8n or the path to the custom nodes folder, but it doesn't work.
I can't find my nodes in the n8n nodes list.

Operating System

Ubuntu Linux 24.04

n8n Version

1.42.1

Node.js Version

20.14.0

Database

SQLite (default)

Execution mode

main (default)

@netroy
Copy link
Member

netroy commented May 29, 2024

Can you please try invalidating the browser cache?
I think we might have made the caching on certain json files more aggressive than we needed to , and that might be causing this issue.

@Lotto
Copy link
Author

Lotto commented May 29, 2024

🤦‍♂️
thanks you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants