Thursday, March 12, 2020
Wednesday, March 11, 2020
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
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Update Ionic
sudo npm install -g ionic@latest
Wednesday, July 10, 2019
Tuesday, July 9, 2019
Tuesday, September 11, 2018
Subscribe to:
Posts
(
Atom
)