On my local n8n install (v0.52), I installed communities nodes successfully but those are not displayed in the editor.
Here are the informations :
docker-compose up -d n8n
[+] Running 2/2
âś” Container ec2-user-redis-1 Running 0.0s
âś” Container ec2-user-n8n-1 Started 4.0s
[ec2-user@ip-172-31-16-85 ~]$ docker-compose exec n8n npm list -g --depth=0
/usr/local/lib
+-- @cloudconvert/[email protected]
+-- @imagina/[email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
`-- [email protected]
Dockerfile
FROM n8nio/n8n:next
USER root
RUN npm install -g n8n-nodes-globals \
n8n-nodes-webpage-content-extractor \
n8n-nodes-pdf-to-images \
n8n-nodes-youtube-transcript \
n8n-nodes-telegram-dim \
n8n-nodes-xata \
@cloudconvert/n8n-nodes-cloudconvert \
n8n-nodes-html2image \
@imagina/n8n-nodes-iwhatsapp \
n8n-nodes-yaml
USER node
(I also tried a more classic install)
No issues in the logs