gpt4 book ai didi

node.js - npm 不支持 Node.js v12.18.3

转载 作者:行者123 更新时间:2023-12-03 07:36:06 25 4
gpt4 key购买 nike

可以看到它已经被问了十几次,但到目前为止我找到的解决方案都没有对我有用。
我已经在我的 Windows 10 PC 上安装了最新版本的 Node.js (12.18.3),我正在尝试使用 npm 安装一个包。当我输入 npm -v它回来了 5.6.0,在我看来已经过时了 - 但是当我尝试安装软件包或更新 npm 时,我每次都会收到以下错误:

npm WARN npm npm does not support Node.js v12.18.3
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 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/
npm ERR! cb.apply is not a function

npm ERR! A complete log of this run can be found in:
我已经尝试完全卸载 Node.js,删除所有 node_modules 文件夹并在全新安装后重新启动我的计算机,但每次都是一样的。我也试过使用 npm install -g npmnpm install npm@latest -g但同样,我得到了同样的错误。
这里有什么解决方案吗?

最佳答案

我找到了解决方法!
首先你需要打开你的 cmd 行,然后使用“ npm install -g npm@latest
你会得到这样的错误

C:\Users\KimeruLenovo>npm install -g npm@latest
npm WARN npm npm does not support Node.js v14.7.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 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/
npm ERR! cb.apply is not a function npm ERR! A complete log of this
run can be found in: npm ERR!
C:\Users\KimeruLenovo\AppData\Roaming\npm-cache\_logs\2020-08 10T09_36_56_388Z-debug.log
转到可以找到调试日志的路径(此文件在您的 npm-cache 文件夹中)
C:\Users\KimeruLenovo\AppData\Roaming
删除 NPM 和 NPM-Cache 文件夹,但 不要重新安装 Node 。
删除后返回您的命令行并重新使用该命令
" npm install -g npm@latest "
这应该可以解决问题:)

关于node.js - npm 不支持 Node.js v12.18.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63196042/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com