.npmrc 101 B

1234
  1. # 使用自定义镜像源
  2. registry=http://mirrors.tencent.com/npm/
  3. #关闭SSL验证
  4. strict-ssl=false