方法一. 设置 ssl 为 false

npm config set strict-ssl false

方法二:修改 https 为 http

npm config set registry http://registry.npm.taobao.org/