Saturday, October 19, 2019

How to Update All Packages in Anaconda

To update all packages in Anaconda to the latest version, execute the following command:
conda update --all

Friday, October 18, 2019

How to Update Node.js and Ionic

Update Node Using a Package Manager

npm install npm@latest -g
sudo npm cache clean -f
sudo npm install -g n
sudo n stable

Update Ionic

sudo npm install -g ionic@latest