You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm WARN npm npm does not support Node.js v16.20.2
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/
告诉我npm版本过老,需要更新
使用npm install -g npm@latest更新报如下错误
npm install -g npm@latest
npm ERR! cb.apply is not a function
npm ERR! A complete log of this run can be found in:
解决方案
更新node,npm就直接更新了
The text was updated successfully, but these errors were encountered:
直接使用npm install 报如下错误
使用
npm install -g npm@latest
更新报如下错误解决方案
The text was updated successfully, but these errors were encountered: