>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)设置系统操作系统环境变量绕过校验
nvm use v12
set NODE_SKIP_PLATFORM_CHECK=1nvm use v16node version显示正常,但可能会存在未知问题。
欢迎光临 PHP开发笔记 (http://phpvi.com/) | Powered by Discuz! 6.1.0 |