0.1.4 • Published 4 years ago
n8n-nodes-terralego v0.1.4
Terralego n8n nodes

This packages contains n8n nodes that are used in Terralego context.
Install
This package should be installed alongside with n8n to allow module auto discoverage. See instructions here
npm install n8n-nodes-terralegoDevelopment
Install dependencies
npm ciBuild
npm run build # or `dev` to enable watch mode while codingLink with n8n while developing
Instructions from here.
In this folder:
# Build the code
npm run build
# "Publish" the package locally
npm linkIn 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.