You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2023-01-19T08:49:10.419Z] Error: spawn ./node_modules/.bin/firebase-functions EACCES
at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:478:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Error: An unexpected error has occurred.
Just in case it matters - I use firebase-functions v.4.1.1
What can I do to resolve the issue?
Thank you.
The text was updated successfully, but these errors were encountered:
It seems that the issue is with file permissions for firebase-functions executable: it is missing execution permissions.
A possible fix is to add chmod +755 ./node_modules/.bin/firebase-functions at build time.
Hi,
I'm facing an issue when try to deploy functions.
Here's the part of github yaml file that I use
On run this ends up with the following error:
Just in case it matters - I use firebase-functions v.4.1.1
What can I do to resolve the issue?
Thank you.
The text was updated successfully, but these errors were encountered: