npm 使用备忘

查看“”包“的所有版本

npm view [package] versions --json

安装某一版本

npm i -S [package]@1.0.0

执行devDependencies下的工具

npx [package]

你可能感兴趣的:(npm 使用备忘)