Showing posts with label node. Show all posts
Showing posts with label node. Show all posts

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