cnpm 和npm 命令切换
更新:HHH   时间:2023-1-7


npm 切换 cnpm npm config set registry https://registry.npm.taobao.org

cnpm 切换回 npm npm config set registry=http://registry.npmjs.org

返回web开发教程...