This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get -qq update | |
sudo apt-get -y -qq upgrade | |
sudo apt-get -y -qq dist-upgrade | |
sudo npm -s cache clean | |
sudo npm -s update -g --unsafe-perm node-red | |
cd ~/.node-red | |
# npm outdated | |
npm -s update | |
npm -s rebuild |