我已经使用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发布于 2018-06-26 20:01:41
最终,当这个节点js版本v8.11.3LTS发布时,这个问题就解决了。我现在可以使用我的npm来安装nodejs模块。
PS C:\Users\goldsoft25\AppData\Roaming\nvm> nvm list
8.11.3 * 6.11.4 (Currently using 64-bit executable)
https://stackoverflow.com/questions/50567367
复制相似问题