内容纲要
我检查了一下,本地时间是没问题的,可能就是仓库时间与本地时间无法对齐的可能
尝试替换
npm config set registry http://registry.cnpmjs.org
npm config set registry http://registry.npm.taobao.org
再试
OK了,另外也可以附加尝试下面的操作
清除npm缓存
npm cache clean --force
取消ssl验证:
npm config set strict-ssl false
之后再npm install 你想安装的东西