Npm更新特定包

代码示例

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
4
0

更新节点。js依赖

npm install -g npm-check-updates
ncu -u
npm update
npm install
2
0

npm获取最新版本的包

npm show {pkg} version
2
0

npm更新特定包

npm update browser-sync
-------
yarn upgrade browser-sync
0
0

升级npm

npm i -g npm-upgrade
0
0

npm更新语法

npm outdated

其他语言

此页面有其他语言版本

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