安装nodejs报错 操作系统版本不被支持 Node.js is only supported on

安装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系统,在官网下载了一个 当前发布版 不是长期支持版
在这里插入图片描述

解决办法:

选择左边的长期支持版下载重新安装。问题解决。
在这里插入图片描述


版权声明:本文为wy_51131原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。