且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在 Mac OS X 10.11 上安装 vcremote 时出错

更新时间:2022-01-10 21:57:36

看起来像一个错误已提交给 Microsoft(请参阅 https://connect.microsoft.com/VisualStudio/Feedback/Details/3110480).看来这是一个过时的依赖项的问题,它不适用于较新 (>6.5) 版本的节点.

It looks like a bug has been filed with Microsoft (see https://connect.microsoft.com/VisualStudio/Feedback/Details/3110480). It appears that this is an issue with an outdated dependency that doesn't work with newer (>6.5) versions of node.

有关于如何手动更新依赖项的详细步骤https://social.msdn.microsoft.com/Forums/vstudio/en-US/77545f82-6f66-47d6-b00c-02d73089cb00/installing-vcremote?forum=vcgeneral.

There are detailed steps to how to manually update the dependency at https://social.msdn.microsoft.com/Forums/vstudio/en-US/77545f82-6f66-47d6-b00c-02d73089cb00/installing-vcremote?forum=vcgeneral.

您需要将 ioslib 依赖项更新为 1.0.3,将 node-ios-device 更新为 1.1.0.那对我有用.降级到节点 6.5 也可能有效.

You need to update the ioslib dependency to 1.0.3 and the node-ios-device to 1.1.0. That worked for me. Downgrading to node 6.5 might work as well.