错误:捆绑失败:错误:无法
hoist-non-react-statics
从以下位置解析模块E:\DEVELOPMENTWORKSPACE\test\node_modules\react-native-calendars\src\expandableCalendar\asCalendarConsumer.js
:模块hoist-non-react-statics
在 Haste 模块映射中不存在
这可能与https://github.com/facebook/react-native/issues/4968有关
要解决,请尝试以下操作:
- 清除守望者手表:
watchman watch-del-all
。 - 删除
node_modules
文件夹:rm -rf node_modules && npm install
. - 重置 Metro Bundler 缓存:
rm -rf /tmp/metro-bundler-cache-*
或npm start -- --reset-cache
. - 移除急速缓存:
rm -rf /tmp/haste-map-react-native-packager-*
.