You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make it work completely locally and distribute it to my projects locally. The server is running on the localhost:3000 port. The cli is also installed and the commands work, but when I try to deploy an update and run code-push-standalone deployment ls MyApp-Android, I encounter [Error] socket hang up
What exactly should I do?
I also runned it commands.
When ı tried code-push-server % code-push-standalone deployment ls MyApp-iOS -k or history ım getting this error
[Error] socket hang up
I am trying to make it work completely locally and distribute it to my projects locally. The server is running on the localhost:3000 port. The cli is also installed and the commands work, but when I try to deploy an update and run code-push-standalone deployment ls MyApp-Android, I encounter [Error] socket hang up
What exactly should I do?
I also runned it commands.
When ı tried code-push-server % code-push-standalone deployment ls MyApp-iOS -k or history ım getting this error
[Error] socket hang up
npm install -g azurite
azurite
mkdir ~/azurite-storage
azurite -l /azurite-storage
http://localhost:3000
AZURE_STORAGE_ACCOUNT=devstoreaccount1 # Azure storage account name
AZURE_STORAGE_ACCESS_KEY=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw== # Azure storage access key (if KeyVault not used)
The text was updated successfully, but these errors were encountered: