[fatal][tid:main] Unable to resolve module react/lib/ReactUpdates from /Users/llbt/Desktop/toilet-master/toilet/node_modules/react-native/Libraries/react-native/react-native.js: Unable to find this module in its module map or any of the node_modules directories under /Users/node_modules/react/lib/ReactUpdates and its parent directories
This might be related to react/react-native#4968
To resolve try the following:
- Clear watchman watches:
watchman watch-del-all.
- Delete the
node_modules folder: rm -rf node_modules && npm install.
- Reset packager cache:
rm -fr $TMPDIR/react-* or npm start -- --reset-cache.
[fatal][tid:main] Unable to resolve module react/lib/ReactUpdates from /Users/llbt/Desktop/toilet-master/toilet/node_modules/react-native/Libraries/react-native/react-native.js: Unable to find this module in its module map or any of the node_modules directories under /Users/node_modules/react/lib/ReactUpdates and its parent directories
This might be related to react/react-native#4968
To resolve try the following:
watchman watch-del-all.node_modulesfolder:rm -rf node_modules && npm install.rm -fr $TMPDIR/react-*ornpm start -- --reset-cache.