美文网首页
npm 安装软件问题汇总

npm 安装软件问题汇总

作者: 老猫_2017 | 来源:发表于2020-04-09 17:03 被阅读0次
  1. react-native-fs@2.11.15 requires a peer of prop-types@15.6.0 but none is installed. You must install peer dependencies yourself.
    手动安装 npm install prop-types@15.6.0

  2. 安装 yarn npm install -g yarn, 查看版本 yarn --version

相关文章

网友评论

      本文标题:npm 安装软件问题汇总

      本文链接:https://www.haomeiwen.com/subject/ptacmhtx.html