设置代理123$ npm config set proxy=http://127.0.0.1:8087#如果源是https则设置下面的代理格式$ npm config set https-proxy http://server:port
设置源地址12$ npm config set registry=http://registry.npmjs.org$ npm info undersco...
参考源地址
ruby 脚本123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263#!/usr/bin/ruby -w# Get the file into a stringfile = IO.read(ARGV...