Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for installing external npm packages #117

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

Rbillon59
Copy link
Owner

@Rbillon59 Rbillon59 commented Oct 29, 2024

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.

Signed-off-by: Romain Billon <[email protected]>
@Rbillon59
Copy link
Owner Author

@Rbillon59 Rbillon59 merged commit b727425 into master Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant