toilet
toilet copied to clipboard
运行报错,按如下提示操作已就报错!
[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 https://github.com/facebook/react-native/issues/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-*
ornpm start -- --reset-cache
.