0
点赞
收藏
分享

微信扫一扫

深度学习--自监督学习

GhostInMatrix 2024-08-26 阅读 26

npm ERR! audit Your configured registry (https://registry.npmmirror.com/) does not support audit requests. 直接切源就 ok 了

全局安装


$npm i -g nrm

查看所有源

$ nrm ls

* npm -------- https://registry.npmjs.org/
  yarn ------- https://registry.yarnpkg.com/
  cnpm ------- http://r.cnpmjs.org/
  taobao ----- https://www.npmmirror.com/
  nj --------- https://registry.nodejitsu.com/
  npmMirror -- https://skimdb.npmjs.com/registry/
  edunpm ----- http://registry.enpmjs.org/

切换源


$nrm use <registry>
举报

相关推荐

半监督学习

0 条评论