【发布时间】:2017-02-16 02:21:31
【问题描述】:
我尝试在我的 Mac 上安装 remotebuild,以便通过我的 Mac 在 Visual Studio 2015 中部署 Cordova 应用程序。
技术资料: macOS 塞拉利昂 节点 v4.6.0 npm v3.10.8 代码 8
但它失败并出现以下错误:“uid must be an unsigned int”
我尝试重新安装 npm 没有成功。
$ sudo npm install -g remotebuild
npm WARN deprecated wrench@1.5.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
npm ERR! Darwin 16.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "remotebuild"
npm ERR! node v4.6.0
npm ERR! npm v3.10.8
npm ERR! uid must be an unsigned int
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Darwin 16.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "remotebuild"
npm ERR! node v4.6.0
npm ERR! npm v3.10.8
....
npm ERR! uid must be an unsigned int
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
【问题讨论】:
标签: node.js macos cordova visual-studio-2015 npm