Use Node.js Modules Inside of

· algieg's blog


The video provides a guide on how to integrate Node.js modules into n8n workflows, distinguishing between built-in modules that require activation and external modules that require installation and activation. It details the process for each using command-line instructions within a Docker environment, emphasizing changes to docker-compose.yml and the creation of a Dockerfile. The guide also covers the updated procedure for n8n updates when custom modules are in use.

Using Node.js Modules in n8n #

Activating Built-in Modules (e.g., crypto) #

Installing and Activating External Modules (e.g., express) #

Updating n8n with Custom Modules #

Summary Sections: #

last updated: