【发布时间】:2018-05-28 13:15:10
【问题描述】:
我已经使用 nvm-window 工具成功安装了 nodejs v6.11.4(旧版本),但是对于最新的 nodejs 版本却失败了。安装 v8.11.2 时出现此错误。如屏幕截图所示。 nvm install errors
Downloading node.js version 8.11.2 (64-bit)...
Error while downloading https://nodejs.org/dist/v8.11.2/win-x64//node.exe - stream error: stream ID 7; INTERNAL_ERROR
当我尝试运行 node -v 命令来检查 nodejs 版本时。这是我得到的错误。
Program 'node.exe' failed to run: The specified executable is not a valid application for this OS platform.At line:1
【问题讨论】:
标签: node.js