0.3.2 • Published 2 years ago

n8n-nodes-zuri v0.3.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

n8n-nodes-zuri

Adding Zuri specific nodes for

  • BrainTree
  • CoreSense
  • CyberSource
  • Houzz
  • Magento 2 Commerce (Zuri Magento 2)
  • NetSuite
  • ZuriTCV

My local build

Install npm/node(/nvm if needed) in home directory Install n8n

nvm install 17.9.0
npm install n8n

clone the repo to get your local build in your local project:

npm install
npm build
npm link
cd ~/node_modules/
export NODE_OPTIONS=--openssl-legacy-provider
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

npm link n8n-nodes-zuri
npm install n8n-nodes-zuri

Start local n8n to test

~/node_modules/n8n/bin/n8n start

Production deployment:

  • Make sure version number is correctly updated
npm publish
  • ssh to production server
cd ~/node_modules
sudo npm upgrade n8n-nodes-zuri
  or
sudo npm install n8n-nodes-zuri@x.x.x
sudo pm2 restart n8n
sudo pm2 ps
  or
sudo pm2 status n8n

License

Apache 2.0 with Commons Clause

0.3.2

2 years ago

0.2.22

2 years ago

0.2.21

2 years ago

0.2.20

2 years ago

0.2.19

2 years ago

0.2.18

2 years ago

0.3.1

2 years ago

0.2.17

2 years ago

0.2.16

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago