n8n-nodes-zuribase
v0.1.7
Published
Nodes used for integrations within Zuri Furniture
Downloads
3
Maintainers
Readme
n8n-nodes-zuri
Adding Zuri specific nodes for
- CoreSense
- Houzz
- Magento 2 Commerce (Zuri Magento 2)
- NetSuite
- Tempus
- ZuriTCV
My local build
Install npm/node(/nvm if needed) in home directory Install n8n
nvm install 18
npm install n8n -g
clone the repo to get your local build in your local project:
npm install
npm run build
npm link
export N8N_LOG_LEVEL=debug
export N8N_LOG_OUTPUT=console,file
export N8N_LOG_FILE_LOCATION=~/n8n.log
export EXECUTIONS_PROCESS=main
link your module project to your n8n install
cd ~/.n8n/
mkdr custom
cd custom
npm init
npm link n8n-nodes-zuribase
Start local n8n to test
n8n start -o
Production deployment:
- Make sure version number is correctly updated
npm publish
git pullgit