nodejsSTTP
How to upgrade Node.js on MacOS
sudo npm cache clean -f
sudo npm install -g n
sudo n lts
lts can be exchanged by stable or latest if desired.
sudo npm cache clean -f
sudo npm install -g n
sudo n lts
lts can be exchanged by stable or latest if desired.