This packages contains n8n nodes that are used in Terralego context.
This package should be installed alongside with n8n to allow module auto discoverage. See instructions here
npm install n8n-nodes-terralego
npm ci
npm run build # or `dev` to enable watch mode while coding
Instructions from here.
In this folder:
# Build the code
npm run build
# "Publish" the package locally
npm link
In the folder where n8n is installed and executed:
# "Install" the above locally published module
npm link n8n-nodes-terralego
# Start n8n
n8n
/!\ After each code modifications, you have to rebuild this package and restart n8n.