toilet icon indicating copy to clipboard operation
toilet copied to clipboard

运行报错,按如下提示操作已就报错!

Open mandy04 opened this issue 7 years ago • 0 comments

[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:

  1. Clear watchman watches: watchman watch-del-all.
  2. Delete the node_modules folder: rm -rf node_modules && npm install.
  3. Reset packager cache: rm -fr $TMPDIR/react-* or npm start -- --reset-cache.

mandy04 avatar Jul 16 '17 03:07 mandy04