簡體   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