Hi! Help! Help!
I want to clarify that I am new to N8N and Docker.
I have an N8N on an Ionos server.
The problem I’m having is that I want to run JavaScript or Python code with libraries that need to be installed, for example:
Javascript: pdf-lib or puppeteer.
Python: reportlab.
And I go into the N8N Docker container and install the libraries. But N8N doesn’t recognize them.
Can anyone tell me how to run code with these libraries?
In your container setup you should have some environment variables set, this is one of those and you need to set it. If it is just you on the instance setting it to =* should be fine.