美文网首页
react-native init的时候出现问题:npm WAR

react-native init的时候出现问题:npm WAR

作者: sjaljlajslkf | 来源:发表于2018-03-22 14:46 被阅读37次

react-native init的时候出现问题:

报错信息

npm WARN React-native@0.35.0 requires a peer of react@~15.3.1 but none was installed.

解决方案:

方法一:npm install -save react@~15.3.1

方法二:在package.json中可以添加依赖

"dependencies": { "react": "^15.3.2", "react-native": "^0.35.0", "react-native-orientation": "^1.17.0", "react-native-scrollable-tab-view": "^0.6.0", }

相关文章

网友评论

      本文标题:react-native init的时候出现问题:npm WAR

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