gpt4 book ai didi

node.js - 安装 socket.io 的问题

转载 作者:搜寻专家 更新时间:2023-11-01 00:02:51 25 4
gpt4 key购买 nike

我正在开发一个需要 Node.jsSocket.io 的程序。在尝试安装两者后,我发现“Node.js”没有任何不便,但在 CMD 中输入 npm install socket.io 时遇到错误:

C:\Users\otori\node_modules\socket.io\node_modules\socket.io-client\node_module s\ws\build\binding.sln : MSBUILD : error MSB3411: Could not load the Visual C++ component "VCBuild.exe". If the component is not installed, either 1) install the Microsoft Windows SDK for Windows Server 2008 and .NET Framework 3.5, or 2) install Microsoft Visual Studio 2008.

错误代码:error MSB3411

似乎我的 node.js 或我的 CMD 找不到 VCBuild.exe 并要求我安装我已经安装的 VS2008(我已经也尝试使用 VS 2010)。

非常感谢任何帮助或指导,我使用的是 Windows 8 x64 和 node.js v0.10.1

最佳答案

很抱歉挖出一个老问题,但你的问题是我搜索“Socket.io VCBuild”时的第一个结果

我在摸索之后找到的解决方案是:

npm 安装 socket.io --msvs_version=2012

npm install sqlite3 --msvs_version=auto

关于node.js - 安装 socket.io 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15552844/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com