npm更新模块命令

2017-11-26  本文已影响0人  louhangfei

npm查看某个模块的所有版本,如styled-components

npm info styled-components

npm更新某个模块

npm i styled-components@latest \\更新到最新版

或者

npm i styled-components@2.2.1 \\更新到具体某个版本
上一篇 下一篇

猜你喜欢

热点阅读