npm install vue3-print-nb --legacy-peer-deps npm ERR!

发布时间:2024年01月22日

npm install vue3-print-nb --legacy-peer-deps
npm ERR! code CERT_HAS_EXPIRED
npm ERR! errno CERT_HAS_EXPIRED
npm ERR! request to https://registry.npm.taobao.org/vue3-print-nb failed, reason: certificate has expired

npm ERR! A complete log of this run can be found in: C:\Users\admin\AppData\Local\npm-cache_logs\2024-01-22T04_35_33_436Z-debug-0.log

解决方法:

  • npm cache clean --force
  • npm config set strict-ssl false
  • npm install

即安装成功

文章来源:https://blog.csdn.net/m0_51822639/article/details/135745855
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。