MacOS 升级Node – MasterH's Grocery Store – Quality Resources Hub

安装n模块

n模块是专门管理nodejs的

npm install -g n

用n升级node

  1. 升级到最新版
    sudo n latest
  2. 升级到稳定版
    sudo n stable

查看版本

node -v

file
成功

升级npm

sudo npm install npm@latest -g

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *