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

✨ Make it possible to dynamically load node packages #2625

Closed
wants to merge 2 commits into from

Conversation

janober
Copy link
Member

@janober janober commented Jan 2, 2022

First POC to make it possible to dynamically load additional credentials/nodes at runtime from npm.

Info:

  • does not work yet with queue-mode
  • did not do proper testing yet
  • no UI implemented, only REST endpoint
  • only works for nodes that do not have additional dependencies

Test:

curl -X POST http://localhost:5678/rest/node \
-H "Content-Type: application/json" \
-d '{"url": "https://registry.npmjs.org/@digital-boss/n8n-nodes-zammad/-/n8n-nodes-zammad-1.1.2.tgz"}'

@ivov ivov added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team labels Jan 3, 2022
@janober
Copy link
Member Author

janober commented Apr 19, 2022

Closing this PR in favor of #2849

@janober janober closed this Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants