Firebase deploy errors starting with non-zero exit code (space in project path)
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 fix this situation but after reinstall my problem got bigger. Now none of them are deployed with the following error: i deploying database, functions Running command: npm --prefix $RESOURCE_DIR run lint npm ERR! path C:UsersfarukGoogle DriveAndroidfirebase1$RESOURCE_DIRpackage.json npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open 'C:UsersfarukGoogle DriveAndroidfirebase1$RESOURCE_DIRpackage.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! C:UsersfarukAppDataRoamingnpm-cache_logs2018-01-24T18_21_34_878Z-debug.log Error: functions...