第一步 :
尝试使用
npm set strict-ssl false 本人亲测有效,如果报相同的错误可以尝试使用
npm config set registry http://registry.npmjs.org/
Hostname/IP does not match certificate's altnames: Host: registry.cnpmjs.org. is not in the cert's altnames: DNS:r.cnpmjs.org
原文:https://www.cnblogs.com/xscn1230/p/nuonuo1230.html