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
(Note: Non-breaking issues are likely not to be prioritized. Please consider a PR in addition to your issue)
I can log in.
I go through the Chrome OAuth flow, and the browser says "Logged in! You may close this page.", but in the console I get this error:
Error retrieving access token: TypeError: Missing internal module 'internal/deps/node:stream'
npm
apt
sudo npm install @google/clasp -g
clasp login
node -v
clasp -v
It seems folks have recently been seeing this error in other projects, so this may be a more widespread issue? nuxt/cli#265
The text was updated successfully, but these errors were encountered:
I just tried to reproduce on another Linux machine, and everything worked. That machine still had clasp 2.4.2, but was running with node v12.22.12.
Interestingly, that nuxt bug filed last week was also running node v18.13.0 - though that was release back in January...
Sorry, something went wrong.
Worked around it by using nvm to install v20.9.0.
nvm
No branches or pull requests
Expected Behavior
I can log in.
Actual Behavior
I go through the Chrome OAuth flow, and the browser says "Logged in! You may close this page.", but in the console I get this error:
Steps to Reproduce the Problem
npm
withapt
sudo npm install @google/clasp -g
clasp login
Specifications
node -v
): v18.13.0clasp -v
): 2.4.2It seems folks have recently been seeing this error in other projects, so this may be a more widespread issue? nuxt/cli#265
The text was updated successfully, but these errors were encountered: