Node.js is only supported on Windows 8.1
今天想更换nodejs版本,使用node v14.15.4,下载的zip包,设置完环境变量,检查是否安装成功
>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.问题原因:
当前系统是Windows 7
从node v14.x版本开始,需要Windows 8.1或更高版本
解决的方法:
(1)使用 node v12
(2)设置系统操作系统环境变量绕过校验
D:\>set NODE_SKIP_PLATFORM_CHECK=1 D:\>node -v v14.15.4注:运行中可能会有风险
【nodejs代理服务器三】nodejs注册windows服务nodejs 代理服务器
如何解决 Node.js 下载时的 could not retrieve https //nodejs.org/dist/latest/shasums256.txt 错误
Python Download URL: Automate File Downloads Effortlessly with Step-by-Step Guide
如何解决java.io.UnsupportedOperationException: not writable异常
解决ValueError: RSA Key Format is Not Supported报错的有效方法
Node.js安装(on Windows 10)windows安装node.js
解决unsupported operation: infinity or nan to int错误的最佳实践
解决err_ossl_unsupported错误的有效方法与预防措施
Mastering Traceroute with Port on Windows: Solve Network Issues Fast and Easily