firebase / functions-samples

Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
https://firebase.google.com/docs/functions
Apache License 2.0
12k stars 3.83k forks source link

functions predeploy error: Command terminated with non-zero exit code 2 #1117

Closed nikitanagar62 closed 7 months ago

nikitanagar62 commented 7 months ago

I am trying to deploy the firebase function with this command

firebase deploy or firebase deploy --only functions

and predeploy error occurs which shown in image

Screenshot 2023-12-01 131126

Expected behavior

 function deployed

Actual behavior

  Error occured

How can I solve this error ? Can anyone give the solution or idea to solve this problem ? Thanks

nikitanagar62 commented 7 months ago

Solved