I am currently working with Firebase using its hosting, functions, storage, database. After setting up all the firebase.json correctly, whenever I try to deploy those to the my project on firebase, this error keeps occuring.
firebase.json is in a good condition. I simply followed the instructions provided by firebase docs. I tried to uninstall and reinstall the 'firebase-tools' npm for my CLI. I have all checked the answers across the stackoverflow, but it seems that there is no correct answer.
firebase login
firebase list
firebase use 'myprojectid'
firebase deploy --only database, functions, storage, hosting
I expect it to work properly so that all things get deloyed. But I got this "socket hang up"error.