安装nodejs报错 操作系统版本不被支持 80后老吴

安装nodejs 从zip文件解压出来后执行node -v报错
C:\Users\owner>node -v
Node.js is only supported on Windows 8.1, Windows Server 2012 R2, or higher.
Setting the NODE_SKIP_PLATFORM_CHECK environment variable to 1 skips this
check, but Node.js might not execute correctly. Any issues encountered on
unsupported platforms will not be fixed.

原因分析:
我的是win7系统,在官网下载了一个 当前发布版 不是长期支持版
安装nodejs报错 操作系统版本不被支持 Node.js is only supported on解决办法:
选择左边的长期支持版下载重新安装。问题解决。
安装nodejs报错 操作系统版本不被支持 Node.js is only supported on

相关文章:

  • 2021-07-15
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
猜你喜欢
  • 2021-09-08
  • 2022-12-23
  • 2021-07-14
  • 2022-12-23
  • 2021-09-24
相关资源
相似解决方案