npm ERR! code CERT_HAS_EXPIRED

// SSL 证书过期

npm ERR! code CERT_HAS_EXPIRED
npm ERR! errno CERT_HAS_EXPIRED
npm ERR! request to https://registry.npm.taobao.org/vue-img-cutter failed, reason: certificate has expired

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Admin\AppData\Roaming\npm-cache\_logs\2024-01-22T11_30_28_938Z-debug.log
npm config set strict-ssl false // 关闭ssl检查

你可能感兴趣的:(npm,npm,前端,node.js)