We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No error (if it is a bug).
TypeError: Cannot destructure property 'client_id' of 'options.creds.installed' as it is undefined. error thrown.
TypeError: Cannot destructure property 'client_id' of 'options.creds.installed' as it is undefined.
external
clasp login --creds creds.json
Please consider this test repo for an example.
node -v
clasp -v
The text was updated successfully, but these errors were encountered:
Please consider my Reddit topic about this problem.
Sorry, something went wrong.
I'm having the same behavior
Closing as duplicate of #997
No branches or pull requests
Expected Behavior
No error (if it is a bug).
Actual Behavior
TypeError: Cannot destructure property 'client_id' of 'options.creds.installed' as it is undefined.
error thrown.Steps to Reproduce the Problem
external
app type at first step).clasp login --creds creds.json
.Please consider this test repo for an example.
Specifications
node -v
): v14.17.4clasp -v
): 2.4.1The text was updated successfully, but these errors were encountered: