PS C:\Users\15858\Desktop\VUe_node\serve> yarn add express
yarn add v1.22.22
info No lockfile found.
[1/4] Resolving packages...
error Error: certificate has expired
at TLSSocket.onConnectSecure (node:_tls_wrap:1530:34)
at TLSSocket.emit (node:events:390:28)
at TLSSocket._finishInit (node:_tls_wrap:944:8)
at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:725:12)
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
原因:网络问题
解决:
yarn config set registry https://registry.npmmirror.com
npm config set registry https://registry.npmmirror.com