source switching npm

  1. Get npm source
    npm config get registry
  2. Source switching npm
    npm config set registry https://registry.npmjs.org/
  3. Temporary use npm source
    npm --registry http://ires.58corp.com/repository/58npm/ install cheui-reac

Guess you like

Origin www.cnblogs.com/longlongdan/p/11606711.html