gpt4 book ai didi

node.js - 通过 npm 安装 Socket.io 时出错

转载 作者:太空宇宙 更新时间:2023-11-04 02:29:07 24 4
gpt4 key购买 nike

我在 Node.js 中安装 Socket.io 时收到以下消息

npm install --save socket.io
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: node-v0.10.35.tar.gz local checksum efd2c6bfd05834bca81175fa1b6374898c95c9e2a57597e6ac3a8594d37bc4a0 not match remote 0043656bb1724cb09dbdc960a2fd6ee37d3badb2f9c75562b2d11235daa40a03
gyp ERR! stack at deref (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\node-gyp\lib\install.js:299:20)
gyp ERR! stack at Request.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\node-gyp\lib\install.js:409:24)
gyp ERR! stack at Request.emit (events.js:117:20)
gyp ERR! stack at IncomingMessage.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\request\request.js:1096:12)
gyp ERR! stack at IncomingMessage.emit (events.js:117:20)
gyp ERR! stack at _stream_readable.js:944:16
gyp ERR! stack at process._tickCallback (node.js:442:13)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "node" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\ruchi data\My Programs\meanstack\socket\node_modules\socket.io\node_modules\engine.io\node_modules\ws
gyp ERR! node -v v0.10.35
gyp ERR! node-gyp -v v1.0.1
gyp ERR! not ok

最佳答案

我有 Windows 10 x64。我已经安装了 python 2.7.3 并添加到我的路径中,如 nodegyp 中所述。我已经安装了 Visual Studio 2013 社区。并且还安装了node-gyp 。我在安装 socket.io 或其他 native 模块(如 bcrypt)时仍然遇到错误。

然后我尝试通过以下命令安装socket.io

npm install --save socket.io --msvs_version=2013

这解决了问题并安装了 socket.io,没有任何错误。诀窍是

npm install <package name> --msvs_version=2013

关于node.js - 通过 npm 安装 Socket.io 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28385574/

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