为了账号安全,请及时绑定邮箱和手机立即绑定

安装react依赖报错

E:\project\react-music-player>npm install react --save

npm ERR! Windows_NT 6.1.7601

npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\P

node_modules\\npm\\bin\\npm-cli.js" "install" "react" "--s

npm ERR! node v6.11.2

npm ERR! npm  v3.10.10

npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE


npm ERR! unable to verify the first certificate

npm ERR!

npm ERR! If you need help, you may report this error at:

npm ERR!     <https://github.com/npm/npm/issues>


npm ERR! Please include the following file with any suppor

npm ERR!     E:\project\react-music-player\npm-debug.log

安装react报这个错是因为什么呢

正在回答

1 回答

因为npm install走的是https协议,需要通过数字证书来保证的

取消ssl验证:npm config set strict-ssl false

如果还没成功,则将npm源更换为国内镜像:
npm config set registry http://registry.cnpmjs.org/
npm config set registry http://registry.npm.taobao.org/


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
使用React构建一款音乐播放器
  • 参与学习       26502    人
  • 解答问题       149    个

从零开始使用React构建一款音乐播放器

进入课程

安装react依赖报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信