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?
What I need to do is create an invoice-type PDF.
Version N8N: 1.82.3

