更新npm包

代码示例

52
0

更新npm

// update npm//
npm install -g npm@latest
6
0

使用npm将软件包更新到最新版本

npm i -g npm-check-updates
ncu -u
npm install
5
0

更新npm包

Use npm|yarn outdated to see which modules have newer versions
Use npm update|yarn upgrade (without a package name) to update all modules
Include --save-dev|--dev if you want to save the newer version numbers to your package.json. (NOTE: as of npm v5.0 this is only necessary for devDependencies).
Use npm install package@major-version to update to major version
5
0

如何更新我的软件包。json

npm install -g npm-check-updates
/after install run following:
ncu -u

//Then this:
npm update
0
0

升级npm

npm i -g npm-upgrade

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................