web Update node.js & npm on Mac

来源:互联网 发布:如何开展网络推广 编辑:程序博客网 时间:2024/06/05 09:36

update node.js:


down vote

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



update npm:

sudo npm update npm -g

0 0
原创粉丝点击