尽管已安装,但未找到模块反应本机
我的反应本机有问题:尽管使用适当的命令和正确的版本安装了异步存储,但我收到以下消息: 找不到模块:无法解析“@ rect-native-async-storage / async-storage” 我还发送了 npm cache clean --force 命令来清理缓存,但没有任何变化。 我能做些什么? 先感谢您。
I have a problem with react-native: despite having installed async-storage with the appropriate command and with the right version, I get the following message:
Module not found: Can't resolve '@ rect-native-async-storage / async-storage'
I also sent the npm cache clean --force command to clean the cache, but nothing has changed.
What can I do?
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果这是您的模块:
@ rect-native-async-storage / async-storage
那么它是不正确的,它应该做出反应。
请务必遵循此处的每个步骤: https:// react-native-async-storage.github.io/async-storage/docs/install/
If that is your Module:
@ rect-native-async-storage / async-storage
Than it is incorrect it should be react.
Be sure to follow every step in here: https://react-native-async-storage.github.io/async-storage/docs/install/