Replies: 1 comment 1 reply
-
|
I looked at both repos you linked. For the SmartSuite node, installation is pretty straightforward — just run npm install n8n-nodes-smartsuite in your n8n directory, then restart n8n. The node should appear in the editor under the regular nodes list, not as a separate category. For the RegoloAI node, same deal — npm install n8n-nodes-regoloai and restart. But if they're not showing up, there are two common issues: either you installed them globally but n8n is running locally (try npm install -g n8n-nodes-smartsuite instead), or you're running n8n via Docker, in which case you need to mount the node_modules folder or rebuild the Docker image with the packages included. Also check your n8n version — RegoloAI requires n8n 1.40.0 or higher. If neither works, look for the "Community Nodes" section in n8n's settings UI — sometimes you need to enable community nodes first before custom packages will load. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I searched but is not clear how to add nodes to this project.
In my case this 2 are missing:
Beta Was this translation helpful? Give feedback.
All reactions