简体   繁体   中英

How Can I fix error in Expo CLI after starting?

I"m forking from turtle-coin wallet and I want run expo client. However, after i do in cli expo start , localhost launches website, builds JavaScript, etc., but there's an error there:

{"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."]}.

This error occurs because the imports that you've made in your files have somehow created a cyclic dependency. Please check and verify all your imports carefully and you'll be good go!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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