npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node install.js npm ERR! RequestError: certificate has expired
被卡了一会,其实就是自定义的证书无效
解决方法
npm install -g cnpm --registry=https://registry.npmmirror.com
cnpm install --save-dev electron
评论前必须登录!
注册