Custom node modules
To install custom node modules, edit /app/data/env.sh using the File manager: # note: this is a space separated list export EXTRA_NODE_MODULES="handlebars@4.7.7…
Deploy N8N as a fully managed service starting at €9/month. Get automated backups, SSL, updates, monitoring, and human support, all included.
DANIAN runs N8N as a fully managed service: installation, updates, backups, monitoring and security are handled for you.
See the n8n hosting page for plans, pricing and a free trial.
To install custom node modules, edit /app/data/env.sh using the File manager:
# note: this is a space separated list
export EXTRA_NODE_MODULES="handlebars@4.7.7 jsonata@2.0.2 marked@4.3.0"
The modules have to be whitelisted for use:
# note: this is a comma separated list
export NODE_FUNCTION_ALLOW_EXTERNAL=handlebars,jsonata,marked
Restart the app and use the module in Function nodes.
Restarting the app will install the modules specified in EXTRA_NODE_MODULES automatically.
See upstream docs for more information.
Find more information about our company, platform, and services on our website.
Visit danian.co