
nodejs
@木尘
热爱技术,喜欢研究,联系我:mcdnf@qq.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
npm 安装错误及处理方法
npm 安装错误及处理方法unable to verify the first certificate(无法验证第一证书)原因: 2014年2月27日,npm不再支持自签名证书。 因为npm install走的是https协议,需要通过数字证书来保证的 解决: 取消ssl验证 npm config set strict-ssl false原创 2017-04-24 14:56:39 · 8816 阅读 · 1 评论 -
windows 安装 yarn
windows 安装 yarn 下载node.js http://nodejs.cn/download/ 通过 Chocolatey 安装 以管理员身份打开 cmd.exe @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy...原创 2018-09-04 09:20:21 · 3182 阅读 · 0 评论