npm 更新至最新版本

Posted 前端js

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm 更新至最新版本相关的知识,希望对你有一定的参考价值。

有时npm版本低了,一些操作有问题,要更新成最新。

官网中:  https://www.npmjs.com/get-npm     先查看对应的 node 版本 和 npm版本

 Check that you have node and npm installed

To check if you have Node.js installed, run this command in your terminal:

node -v

To confirm that you have npm installed you can run this command in your terminal:

npm -v

npm versions

npm is a separate project from Node.js, and tends to update more frequently. As a result, even if you’ve just downloaded Node.js (and therefore npm), you’ll probably need to update your npm. Luckily, npm knows how to update itself! To update your npm, type this into your terminal:

npm install [email protected] -g


更新到npm 最新版本

以上是关于npm 更新至最新版本的主要内容,如果未能解决你的问题,请参考以下文章

npm 如何提升最新版本

基于Visual Studio Code搭建Vue开发环境

记录npm相关命令

sh Npm更新最新版本

为啥在运行 npm update 时不是所有节点包都更新到最新版本?

如何运行 `npm update` 以便将版本号更新为 package.json 中兼容的最新版本?