nodejs笔记(view:1240)

报错
1.Could not locate the bindings file. Tried:
解决:npm renuild

2.版本切换

npm install -g n        #全局安装n模块
n <版本号>              #安装特定版本的Node.js,这将安装并切换到指定的Node.js版本。
n ls                    #查看所有已安装版本

版本切换无效的解决方案:http://willless.com/ubuntu-install-the-latest-edition-nodejs.html