文章目录
【Java错误解决方案】解决web前端中配置NodeJS环境,通过npm命令安装vue-cli(vue脚手架)的时候,出现 npm ERR! code CERT_HAS_EXPIRED,npm ERR! errno CERT_HAS_EXPIRED的问题
问题描述
在DOS命令行中,通过npm命令安装vue-cli(vue脚手架)的时候,出现
npm ERR! code CERT_HAS_EXPIRED
npm ERR! errno CERT_HAS_EXPIRED
npm ERR! request to https://registry.npm.taobao.org/@handsontable%2fvue failed, reason: certificate has expired
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\xxx\Roaming\npm-cache_logs\2024-09-15T01_10_09_723Z-debug.log的问题!!!