您的位置:首页 > 产品设计

npm使用淘宝镜像

2019-06-05 07:02 1636 查看

npm使用淘宝镜像

  1. 临时使用--推荐

    npm --registry https://registry.npm.taobao.org install express

  2. 永久使用--可以但没必要

    npm config set registry https://registry.npm.taobao.org

  3. cnpm--可以但没必要

    npm install -g cnpm --registry=https://registry.npm.taobao.org

(adsbygoogle = window.adsbygoogle || []).push({});
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  npm CNPM