npm 报错:npm notice Beginning Octo
2022-05-28 本文已影响0人
侯工
注:npm login必须要通过 https,http://registry.npmjs.org 这样也是不行的
1.查看本地npm是不是官方的
npm config get registry
2.设置npm官方源
npm config set registry https://registry.npmjs.org
注:npm login必须要通过 https,http://registry.npmjs.org 这样也是不行的
npm config get registry
npm config set registry https://registry.npmjs.org