I want to host my Ionic firebase hosting app. Now when I run the command firebase deploy
, I hit below the error
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! functions@ build: `tslint -p tslint.json && ./node_modules/.bin/tsc`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the functions@ build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Error: functions predeploy command terminated with non-zero exit code1
What I miss for proper operation
source
share