assembelingRelease
我的项目时出现此错误:
Unable to resolve module `qs` from `/Users/danielrvt/IdeaProjects/catholic-connect/node_modules/react-native-instagram-login/Instagram.js`:
Module `qs` does not exist in the Haste module map
已经尝试过:
watchman watch-del-all
。node_modules
文件夹:rm -rf node_modules && npm install
。rm -rf /tmp/metro-bundler-cache-*
或npm start -- --reset-cache
。rm -rf /tmp/haste-map-react-native-packager-*
。但是没有运气,有什么主意吗?