-
Notifications
You must be signed in to change notification settings - Fork 61
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
The latest release (1.8.5) breaks for node 6.10 on [email protected] #86
Comments
We get the same one. |
Have the same issue. Is there a possible workaround? |
I explicitly defined gaxios: 1.8.4 as a top level dependency. That seemed to work for us. |
/user_code/node_modules/firebase-admin/node_modules/gaxios/build/src/index.js:28 SyntaxError: Unexpected token function |
Following, breaks my firebase functions when i try to use admin |
Cant deploy our Firebase projects on Node 6 because of this. Dropping Node version should be done as major release. |
I had to change the engine on firebase functions to node 8 for it to work. as per this link: "engines": {"node": "8"} |
@kechkibet there is a unfixed problem with Node 8 in Firebase firebase/firebase-functions#429 |
Greetings folks! Apologies for the problems. This was supposed to be a semver major bump, and something went wrong in the automated release machinery. I un-published Can someone delete their |
It works. Thank you for quick resolution :) |
@m4recek is that connection error on 8 appear frequently?. In which cases that appear? |
@ThamiduNaveen very frequently, we have scraped production update to Node 8 because of it. More is here firebase/firebase-functions#429 |
Getting this : node_modules/gaxios/build/src/index.js:28
async function request(opts) {
^^^^^^^^
SyntaxError: Unexpected token function
The text was updated successfully, but these errors were encountered: