ubuntu


  • brief introduction
  • Table of contents
  • Latest documents

    提問的智慧

    提問的智慧 How To Ask Questions The Smart Way Copyright © 2001, 2006, 2014 Eric S. Raymond, Rick Moen 本指南英文版版權為 Eric S. Raymond, Rick Moen 所有。 原文網址 (Translated from):http://www.catb.org/~esr/faqs/smar………

    小编1 - July 22, 2023, 6:04 p.m.


    npm设置和取消代理的方法

    设置代理 ```bash npm config set proxy=http://127.0.0.1:8087 npm config set registry=http://registry.npmjs.org ``` 关于https 经过上面设置使用了http开头的源,因此不需要设https_proxy了,否则还要增加一句: ```bash npm config set https-proxy………

    小编1 - Sept. 12, 2020, 5:06 p.m.



    小编1