执行 yarn add nuxt 可能会报如下问题:
error An unexpected error occurred: "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz: read ECONNRESET".
这个也是https的问题,配置一下就好了:
$ yarn config set "strict-ssl" false -g
指尖上的记忆执行 yarn add nuxt 可能会报如下问题:
error An unexpected error occurred: "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz: read ECONNRESET".
这个也是https的问题,配置一下就好了:
$ yarn config set "strict-ssl" false -g