gpt4 book ai didi

npm 不支持 Node.js v14.0.0

转载 作者:行者123 更新时间:2023-12-03 12:14:01 26 4
gpt4 key购买 nike

我最近在我的计算机 (macOS Catalina) 上安装了最新版本的 Node 14.0.0。想开始新项目。最初我想用 npm install --save express 安装 express并得到以下警告日志:

npm WARN npm npm does not support Node.js v14.0.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, 13.
npm WARN npm You can find the latest version at https://nodejs.org/
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN ProjectName@1.0.0 No repository field.

我想知道这是否是我的设置方面的问题,我应该重新安装 Node (可能降级?)或其他不同的东西。

感谢您的耐心和支持!

最佳答案

尝试 :

Mac:
sudo npm uninstall -g npm // uninstalls globally

Windows:
npm uninstall -g npm // uninstalls globally

然后:

重新安装 node

注意:确保您的 PATH指向哪里 node已安装
例如如果 Node 安装在 /usr/local/bin/node , 确保 /usr/local/bin在您的 PATH

关于npm 不支持 Node.js v14.0.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61466405/

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