繁体   English   中英

启动后如何修复 Expo CLI 中的错误?

[英]How Can I fix error in Expo CLI after starting?

我从 turtle-coin 钱包分叉,我想运行 expo 客户端。但是,在我在 cli expo start中执行后,本地主机启动网站,构建 JavaScript 等,但那里有一个错误:

{"type":"client_log","level":"warn","data":["Require cycle: node_modules\\react-native-crypto\\index.js -> node_modules\\react-native-randombytes\\index.js -> node_modules\\sjcl\\sjcl.js -> node_modules\\react-native-crypto\\index.js\n\nRequire cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle."]}.

发生此错误是因为您在文件中进行的导入以某种方式创建了循环依赖性。 请仔细check and verify all your imports carefully ,一切顺利!

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM