npm 相关
npm查看一个包的所有版本
npm view jquery versionsnpm查看最新的版本:
npm view jquery versionnpm流的详细介绍:
https://www.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/
http://www.ruanyifeng.com/blog/2016/10/npm_scripts.html
https://github.com/RyanZim/awesome-npm-scripts#articles淘宝源的使用和撤回(发布npm包的时候需要使用)
撤回:
npm config set registry https://registry.npmjs.org
使用:
npm config set registry https://registry.npm.taobao.org
原文作者: Burgess
原文链接: https://qiyaozu.github.io/2020/03/03/npm/
版权声明: 转载请注明出处(必须保留作者署名及链接)