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
{{ message }}
This repository was archived by the owner on May 15, 2019. It is now read-only.
I'm using express and functions and I got an error:
when I deploy my functions locally. I'm using babel to use async/await:
.babelrc:
When I remove this in babel compilation, the error is:
Any help or ideas how to resolve this problem?