Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/184.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript expo构建期间写入EconReset错误:android_Javascript_Android_React Native_React Native Android_Expo - Fatal编程技术网

Javascript expo构建期间写入EconReset错误:android

Javascript expo构建期间写入EconReset错误:android,javascript,android,react-native,react-native-android,expo,Javascript,Android,React Native,React Native Android,Expo,我对react native和expo非常陌生,我正在尝试在play store上发布一个独立的应用程序。当我运行命令expo build:android时,我得到一个错误,说“write ECONNRESET”,然后它就停止了 expo build:android Checking if there is a build in progress... ? Would you like to upload a keystore or have us generate one for you?

我对react native和expo非常陌生,我正在尝试在play store上发布一个独立的应用程序。当我运行命令expo build:android时,我得到一个错误,说“write ECONNRESET”,然后它就停止了

expo build:android
Checking if there is a build in progress...


? Would you like to upload a keystore or have us generate one for you?
If you don't know what this means, let us handle it! :)
 false
Publishing to channel 'default'...
Building iOS bundle
Building Android bundle
Analyzing assets
Uploading assets
No assets changed, skipped.
Processing asset bundle patterns:
- C:\Users\Srujan Deshpande\Desktop\Klashning\EasylibStuff\Projectv3\**\*
Uploading JavaScript bundles
write ECONNRESET
Set EXPO_DEBUG=true in your env to view the stack trace.

此问题仅在Windows上发生。同样的代码在Linux上工作得非常好。