My self-hosted (well a GCP VPS) n8n instance can’t download or recognize community nodes - even if I manually download them via ‘npm install node-name’. I’ve tried a plethora of env variables to get them to appear. (below) This same error appears no matter what community node I try installing, but for now I’d like help getting n8n-nodes-firecrawl installed.
What is the error message (if any)?
Error installing new package
Error loading package “n8n-nodes-firecrawl” :Command failed: tar -xzf n8n-nodes-firecrawl-0.3.0.tgz -C n8n_files/.n8n/nodes/node_modules/n8n-nodes-firecrawl --strip-components=1 tar: n8n_files/.n8n/nodes/node_modules/n8n-nodes-firecrawl: Cannot open: No such file or directory tar: Error is not recoverable: exiting now
I would do it by setting the `node_modules` directory as the current working directory in my terminal before running npm install node-name. This should fix the issue of not being able to download community nodes.
This is how it looks for me: I’ve tested this and it works, but only if you’re using Node.js 14 or later, and your GCP VPS has the latest update installed.
Yep, same issue. Downloading manually does not work. Trying to install via gui after manual install results in the same error:
Error installing new package
Error loading package “n8n-nodes-firecrawl” :Command failed: tar -xzf n8n-nodes-firecrawl-0.3.0.tgz -C n8n_files/.n8n/nodes/node_modules/n8n-nodes-firecrawl --strip-components=1 tar: n8n_files/.n8n/nodes/node_modules/n8n-nodes-firecrawl: Cannot open: No such file or directory tar: Error is not recoverable: exiting now
Error loading package “n8n-nodes-firecrawl” :Command failed: tar -xzf n8n-nodes-firecrawl-0.3.0.tgz -C n8n_files/.n8n/nodes/node_modules/n8n-nodes-firecrawl --strip-components=1 tar: n8n_files/.n8n/nodes/node_modules/n8n-nodes-firecrawl: Cannot open: No such file or directory tar: Error is not recoverable: exiting now