【发布时间】:2020-03-30 10:03:22
【问题描述】:
我正在安装与 npm 捆绑的当前 Node.js(截至今天:13.12.0)。但是,最新的 npm 版本(截至今天:6.14.4)不支持当前的 Node.js 版本导致此错误:
npm WARN npm npm does not support Node.js v13.12.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11, 12.
npm WARN npm You can find the latest version at https://nodejs.org/
我正在使用 Chocolatey 和命令 choco install nodejs 来安装。通过 Node.js 安装程序安装时也会出现此错误。我该怎么做才能解决这个问题?
【问题讨论】:
标签: javascript node.js npm chocolatey