Step-1: Install/(Upgrade to Ubunto 22) Ubuntu on your Windows
sudo apt update && sudo apt full-upgrade -y
sudo do-release-upgrade
Step-2: Install Nodejs
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.6/install.sh | bash
source ~/.bashrc
nvm install node (For Specific version: nvm install 20.11.0)
node -v && npm -v
nvm use 20.11.0 (to switch specific version if you have multiple version installed )
Step-2: Install N8N
If you need you can install ssl on localhost.
Screenshot of sample workflow and API test
If need you may contact me : ksu[at]olineit.com

