Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过代理使用 node.io(网络抓取模块)。我知道它对内置代理的支持未经测试,但我无法让它工作。有谁知道如何让它工作?
谢谢,
您必须配置 npm 以使节点使用代理服务器;
npm config set 代理http://proxy.company.com:8080 npm config set https-proxy http://proxy.company.com:8080 '