Built-in node modules
Built-in node modules
N8N allows using built-in node modules.
To use an built-in node module, edit
/app/data/env.sh
, add a line like below and restart the app:
export NODE_FUNCTION_ALLOW_BUILTIN=crypto
See
upstream docs
for more information.