[exp] socket hang up

Hello all,
I try to build my application but I always have this error :
[exp] socket hang up

I try to add
“packagerOpts”

But there is always a problem

I try to test yarn install / npm install but nothing works :
name / description and slug are fill in the real file
app.json :
{
“expo”: {
“name”: “",
“description”: "
”,
“slug”: “*******”,
“privacy”: “public”,
“sdkVersion”: “23.0.0”,
“version”: “1.0.0”,
“orientation”: “portrait”,
“primaryColor”: “#cccccc”,
“icon”: “./assets/icon.png”,
“splash”: {
“image”: “./assets/splash.png”,
“resizeMode”: “contain”,
“backgroundColor”: “#ffffff
},
“packagerOpts”: {
nonPersistent: true
},
“ios”: {
“bundleIdentifier”: “com.myapp.maxime”
},
“android”: {
“package”: “com.myapp.maxime”
}
}
}

I try to publish with the expo button => same

Do you have some information to solve my problem?

System : MacOs

Thanks in advance,

@mlevacher , seems like you may be on a bad network or have bad internet connection :confused: