Hi everyone,
I wanted to self host n8n on my Vultr machine .
I followed this tutorial https://youtu.be/f6J-MM0GVtw?si=2zj5U8yeaFJK0HN8 and now I have successfully self hosted n8n.
Currently I’m working on a workflow that involves the use of external npm packages but when I use the code node and do require(‘package-name’) , it says that package is not found. This is how n8n behaves by default.
How can I access npm packages on my self hosted Vultr based n8n deployment ?
I found a tutorial on Youtube in which the tutor was able to install npm packages on Docker based n8n deployment. I tried the same and my workflow works on that setup .
But I’ve deployed n8n on Vultr with PostgressDB inside a docker container ( Reference : https://youtu.be/f6J-MM0GVtw?si=2zj5U8yeaFJK0HN8 )
Has anyone come across a similar situation? Any help will be appreciated, thanks !