mac 下更新node.js的版本

来源:互联网 发布:矩阵奇异值分解方法 编辑:程序博客网 时间:2024/06/04 22:27

之前用brew直接升级出现了一些问题

1) Clear NPM's cache:

sudo npm cache clean -f

2) Install a little helper called 'n'

sudo npm install -g n

3) Install latest stable NodeJS version

sudo n stable

Alternatively pick a specific version and install like this:

sudo n 0.8.20

0 0
原创粉丝点击