installation of Nodejs in 1337 Mac :
git clone https://github.com/BleedTheFreak/Nodejs-42.git
cd Nodejs-42
sh ./install.sh
Note : if you had any problem in installation use method N2
cd && curl -o node-v20.1.0-darwin-x64.tar.gz https://nodejs.org/dist/latest/node-v20.1.0-darwin-x64.tar.gz
tar -xf node-v20.1.0-darwin-x64.tar.gz
echo "export PATH=~/node-v20.1.0-darwin-x64/bin/:\$PATH" >> ~/.zshrc && source ~/.zshrc && exit
zsh
rm -rf ~/node-v20.1.0-darwin-x64.tar.gz
node -v