NodeServer This is a toturial of how to make a NodeServer you will need node.jsV16 For the nodemailer to work For Installimg node.jsV16 Paste this in the shell of your reapl npm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH