I’m trying to install (or at least vies) Community nodes
on my local n8n , with PLESK installed selfhosted node.js (npm also installed)
Unfortunately something seems to prevent that n8n can use npm
What is the error message (if any)?
Supercharge your workflows with community nodes
Install node packages contributed by our community.
To use this feature, please install npm and restart n8n.
It looks like the command we use to check if npm is installed is failing on your installation so you will need to make sure that npm is available to the user that n8n is running as.
I would however recommend using Docker instead of going down the route you are trying as I suspect you will run into other issues in the future as well.
So, I just managed to get another instance running with Docker on a second subdomain. Looks good so far. I can install community nodes there. So perfect ! Thanks for that.
Only question is now: Is there a way to move/transfer all credentials and workflows that I have on the first installation to the second one in docker ?