react-native

React Native Duplicate module na

2017-11-12  本文已影响11人  猪猪9527

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
上一篇下一篇

猜你喜欢

热点阅读