当我使用expo start运行exo项目时,会给出这个错误
Unable to resolve "expo-updates" from "node_modules/expo-asset/build/EmbeddedAssets.js"
Failed building JavaScript bundle.请指导我如何解决这个问题。
发布于 2020-08-11 05:59:43
尝试yarn add expo-asset或npm i expo-asset,您就可以解决这个问题。
发布于 2020-08-11 06:03:57
如果您安装了纱线,那么请使用纱线安装博览会资产。
否则,您必须使用npm i博览会资产。
https://stackoverflow.com/questions/63352231
复制相似问题