Do you have a MacOS computer with Node.js? Do you want to update it? Well, you are in luck, because with the following three steps you will update your Node.js server in a very easy way.
- "sudo npm cache clean -f" -> to clean your npm cache
- "sudo npm install -g n" -> to install Node Version Manager
- "sudo n stable" -> to install the latest stable release of Node.js
That's all!
Comments
Post a Comment