一、node安装
如果出现2053、2052错误,用管理员权限运行cmd,再cmd下转到node安装目录,执行msiexec /package nodexxx.msi
二、安装ws
如果网络问题,无法安装,可用淘宝镜像安装,先到网站目录下,执行本地安装 npm install ws --registry=http://registry.npm.taobao.org ,
如果用npm install ws -g --registry=http://registry.npm.taobao.org全局安装,会报Cannot find module 'ws' 错误,一时也不知道为什么,反正只要执行本地安装就ok了。