Added functionality to allow the installation of external npm packages by setting the NODE_FUNCTION_ALLOW_EXTERNAL environment variable. Updated the Dockerfile to include npm and modified the entrypoint script to handle package installation. This enhancement enables users to extend n8n with additional node modules as needed.
Added functionality to allow the installation of external npm packages by setting the
NODE_FUNCTION_ALLOW_EXTERNAL
environment variable. Updated the Dockerfile to include npm and modified the entrypoint script to handle package installation. This enhancement enables users to extend n8n with additional node modules as needed.