You should remove the node_modules folder, and then execute npm cache clean, make sure there is no temp cache files or folder (like react-native-packager-cache-81b2c446 etc.) under your project root folder, and then re-execute npm install
rm -rf node_modules npm cache clean npm install
本文标题:React Native Duplicate module na
本文链接:https://www.haomeiwen.com/subject/jwsnmxtx.html
网友评论