更新包中的所有包。json

代码示例

5
0

如何更新我的软件包。json

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

//Then this:
npm update
4
0

更新节点。js依赖

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

更新包中的所有包。json

//To install major updates globally
npm install -g npm-check-updates

//To see a list of outdated packages
npm outdated

//To update the packages to their latest versions in package.json
ncu -u

//To install the new updates
npm update 	or 	npm install
1
0

升级包中的所有包。json

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

npm更新

npm install -g npm@latest
0
0

如何更新节点模块

npm install --global upgrade-node-modules

其他语言

此页面有其他语言版本

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