您好我已下载此示例应用https://github.com/iZaL/my-appointment。当我跑这个得到错误时。你可以帮助我解决这个问题 my-appointment-master / src / containers / Category / Category.js:无法在其模块映射或/ Users / node_modules / react-native-alphabetlistview及其父目录下的任何node_modules目录中找到此模块
这可能与https://github.com/facebook/react-native/issues/4968有关
要解决,请尝试以下操作:
1.清除守望者手表:watchman watch-del-all
。
2.删除node_modules
文件夹:rm -rf node_modules && npm install
。
3.重置打包缓存:rm -fr $TMPDIR/react-*
或npm start -- --reset-cache
。
我试图重置这一切,但得到同样的问题
答案 0 :(得分:0)
看起来项目package.json缺少依赖项
structure(
list(or, thetax, thetay),
class = "data.frame",
row.names = .set_row_names(8)
)
。
您可以通过安装它
react-native-alphabetlistview