zoukankan      html  css  js  c++  java
  • npm/yarn设置淘宝源

    npm淘宝源

    npm config set registry=https://registry.npm.taobao.org
    npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
    npm config set phantomjs_cdnurl=https://npm.taobao.org/mirrors/phantomjs/
    npm config set electron_mirror=https://npm.taobao.org/mirrors/electron/

    yarn淘宝源

    yarn config set registry https://registry.npm.taobao.org
    yarn config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/
    yarn config set phantomjs_cdnurl https://npm.taobao.org/mirrors/phantomjs/
    yarn config set electron_mirror https://npm.taobao.org/mirrors/electron/

  • 相关阅读:
    UVa 482
    UVa 10360
    UVa 10812
    UVa 10420
    UVa 573
    UVa 357
    UVa 147
    UVa 674
    郑厂长系列故事——逃离迷宫 HDU4524
    威威猫系列故事——过生日 HDU 4523
  • 原文地址:https://www.cnblogs.com/mldonkey/p/13387119.html
Copyright © 2011-2022 走看看