请查看附加图片的例外情况。
我试过
- 清除守望者手表:
watchman watch-del-all
。- 删除
node_modules
文件夹:rm -rf node_modules && npm install
。\ n- 重置打包程序缓存:
醇>rm -fr $TMPDIR/react-*
或npm start -- --reset-cache
。
但似乎没有什么能解决下面的问题。请帮我。提前谢谢。
完整登录:
"无法解析模块
SnapshotViewIOS
/Users/dseerapu/Desktop/RDeal/DigitalMemberCard-FHNW/app/DigitalMemberCard/node_modules/react-native/Libraries/react-native/react-native-implementation.js
: 模块映射中不存在模块\ n \ n这可能与模块映射有关 https://github.com/facebook/react-native/issues/4968 \ n要解决尝试 以下内容:\ n 1.清除守望者手表:watchman watch-del-all
。\ n 2.删除node_modules
文件夹:rm -rf node_modules && npm install
。\ n 3.重置包装程序缓存:rm -fr $TMPDIR/react-*
或npm start -- --reset-cache
"
答案 0 :(得分:0)
终止终端中的流程,然后运行npm start -- --reset-cache