> npm create vue@latest
npm ERR! code CERT_HAS_EXPIRED
npm ERR! errno CERT_HAS_EXPIRED
npm ERR! request to https://registry.npm.taobao.org/create-vue failed, reason: certificate has expired
npm ERR! A complete log of this run can be found in:
npm ERR! D:\Program Files\nodejs\node_cache\_logs\2024-02-18T04_23_03_047Z-debug-0.log
确保已安装 18.0 或更高版本的 Node.js。
通过切换镜像解决了
查看镜像
npm config get registry
https://registry.npm.taobao.org/
切换镜像
npm config set registry=https://registry.npmmirror.com
npm config get registry
https://registry.npmmirror.com/