更新 node.js
[[Node.js]] How to Update Node.js to Latest Version (Linux, Ubuntu, OSX, Others) origin-link: How to Update Node.js to Latest Version (Linux, Ubuntu, OSX, Others) As with so many open-source technologies, Node.js is a fast-moving project. Minor updates come out every few weeks to boost stability and security among all version branches. Methods abound for updating Node on any operating system, so you don’t have an excuse to fall behind. We’ve compiled some of the simplest and most effective ways to install the newest version of Node on Linux-based, Windows, and macOS machines. Before you get started, check which version of Node.js you’re currently using by running node -v in a command line terminal. ...