-
Notifications
You must be signed in to change notification settings - Fork 615
SyntaxError on authentication command #1387
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
Comments
I created an empty project with only gcloud-node installed and the authentication worked. It also successfully made a safeSearch request. I think the error in this issue can be an conflict with other package. The packages of the real project are: "dependencies": {
"apn": "^1.7.5",
"async": "^1.5.2",
"express": "^4.13.4",
"gcloud": "^0.36.0",
"node-gcm": "^0.14.3",
"parse-server": "^2.1.6",
"request": "^2.69.0"
} |
The code from the first post worked for me. Is it possible to get a sample repo that I can clone to see the failure? The details of the Vagrant VM and how Node was installed might be relevant as well. |
@stephenplusplus If you run the same code with the dependences listed above, you'll see the error. |
I've tried this, but the script still executes normally. |
@Leo-One try Node's stable release, v6. |
I'm going to close this out since I can't reproduce. I don't believe this is an issue with our library, but something environment-specific. If you're still stuck, feel free to keep sharing, and I'll gladly help however I can. |
The simple code below throws a SyntaxError.
The text was updated successfully, but these errors were encountered: