Need help installing additional nodes in n8n on Raspberry Pi 4

Hey everyone,

I’m excited to share that I’ve successfully installed and got n8n up and running on my Raspberry Pi 4! Following the steps mentioned here, I managed to set it up smoothly.

Just to provide some context, my Node version is 16.20.0, and my NPM version is 9.6.7. So far, everything seems to be working well. However, I’ve encountered a small issue while attempting to install additional nodes.

I wanted to install some extra nodes from this resource. Specifically, I ran the command ‘npm i @codelytv/n8n-nodes-twitch’, hoping to see the Twitch nodes appear in the components palette. Unfortunately, that didn’t happen.

I’m wondering if there might be a different method or approach to installing these additional nodes. If anyone has any insights or suggestions on how I can successfully add the Twitch nodes to the components palette in n8n on my Raspberry Pi 4, I would greatly appreciate it.

Thanks in advance for your help!

You’ll want to log in to your n8n instance in your browser, and then follow these steps:

That Twitch node you want to install (@codelytv/n8n-nodes-twitch) is on that npm Community Node site.

1 Like

Thank you,

Unfortunately, got this error.

Error

  1. Did you type in the full name of the node (@codelytv/n8n-nodes-twitch)?

  2. If so, then reading the logs would be the next step :smile:

2 Likes

Oh, my bad. I had only typed it as n8n-nodes-twitch typing the full name of the node @codelytv/n8n-nodes-twitch fixed it. Thank you.

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.