Error: functions predeploy error: Command terminated with non-zero exit code 1
Firebase deploy errors starting with non-zero exit code (space in project path)
I was having issues with firebase deploy command recently. After firebase deploy command all others were being deployed except firebase (storage, database etc) So I decided to reinstall firebase to...
stackoverflow.com
해결 방법 여러 가지 있고, 아래의 방법으로 해결하였음
"functions": {
"predeploy": [ "npm --prefix \"$RESOURCE_DIR\" run lint" ]
}
'게임개발' 카테고리의 다른 글
Shader Graph 반투명 뒷면이 비치는 문제 (0) | 2023.07.14 |
---|---|
Python executable executable Failed to run 'google-services.json" -l' (0) | 2023.05.07 |
firebase emulator port occupied / port kill (0) | 2023.05.07 |
자바 환경 변수 설정 (0) | 2023.05.07 |
Could not spawn `java -version`. Please make sure Java is installed and on your system PATH (0) | 2023.05.07 |