安装全局模块
npm install -g uuid
安装指定版本
npm install -g uuid@3.2.1
查看已安装全局模块版本
npm list -g -depth 0
更新模块
npm update uuid
卸载全局模块
npm uninstall -g uuid
npm install -g uuid
安装指定版本
npm install -g uuid@3.2.1
npm list -g -depth 0
npm update uuid
npm uninstall -g uuid