npm查看某个模块的所有版本,如styled-components
npm info styled-components
npm更新某个模块
npm i styled-components@latest \\更新到最新版
或者
npm i styled-components@2.2.1 \\更新到具体某个版本
npm info styled-components
npm i styled-components@latest \\更新到最新版
或者
npm i styled-components@2.2.1 \\更新到具体某个版本