安装Node.js15.5.1(最新版)导致报错

Installing Node.js 15.5.1 (latest version) results in error

我尝试安装 Node js 15.5.1(最新版本),但出现此错误:

(node:13440) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.allocUnsafe() instead

我在 https://nodejs.org/en/ 下载了安装程序,我按照安装程序的步骤操作并标记了将节点引用添加到机器路径的选项,但是几分钟后安装停止并向我发送上述错误。

与 js 有关我在 Visual Studio 代码中有 Code Runner 扩展,但除此之外什么都没有。 我的操作系统是 Windows.

Node 安装程序 js 成功修复了错误。我再次进入安装程序并单击“修复”选项,不久之后在命令提示符下我使用了 node --version 并且一切正常。