0.43.0-rc.1升级遇到的一个坑

前端之家收集整理的这篇文章主要介绍了0.43.0-rc.1升级遇到的一个坑前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

nodejs start的时候出异常提示#13017

Unable to resolve module react/lib/ReactDebugCurrentFrame from 
....\node_modules\react-native\Libraries\Renderer\src\renderers\shared\stack\reconciler\ReactCompositeComponent.js
: Module does not exist in the module map or in these directories:
...\node_modules\react\lib

按照提示跑到另外一个issues,clean cache、reset npm搞到最后重装nodejs都木有解决问题。

尼玛是没细看出错信息

npm WARN react-native@0.43.0-rc.1 requires a peer of react@~16.0.0-alpha.3 but none was installed.

按照说明更新react版本,即可

npm install -save react@~16.0.0-alpha.3
原文链接:https://www.f2er.com/react/304552.html

猜你在找的React相关文章