-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with predeploy script "npm --prefix \"$RESOURCE_DIR\" run generator" #64
Comments
Hi jerry, deploying cloud functions should be fixed now if you pull from master. |
now,
|
Hi, I can’t recreate your issue on a clean install. It seems there is an issue with how TypeScript exports the local functions, causing the Firebase CLI to treat a config file as a function to be exported. Try pulling the latest version of the If you’re still facing issues, change the "build": "tsc -v", to print out the version of TypeScript it’s using—maybe that’s the culprit. Please let us know how it goes. |
@JerryGoyal I was able to recreate your issue. I solved it by deleting the Please let us know if this works for you too! |
I'm getting below error when trying to deploy functions:
Node: 8.17.0
Platform: Windows 10
Firebase: 7.12.1
Also, I tried deploying functions after removing "npm --prefix "$RESOURCE_DIR" run generator" but then the webapp got stuck at Auth screen. Nothing happens even when I try to authenticate.
The text was updated successfully, but these errors were encountered: