-
Notifications
You must be signed in to change notification settings - Fork 434
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
clasp commands occasionally hang the prompt #257
Comments
I have the same kind of issue using Node version (node -v): 10.6.0 |
Strange. My initial instinct is that the API is not responding for some reason. Would a forced ~10 second cutoff in It may be because |
Related to: #257 Signed-off-by: campionfellin <[email protected]>
Feel free to re-open this issue or upvote it if it's still an issue. |
hi, I am using clasp 2.3.0 on mac and I have the situation where clasp commands hang at the prompt; after a while I give up and press Ctrl-C |
There seem to be multiple issues for the same thing. I am sure there are more but I can't find all of them. Not sure which one we want to be primary so I am posting this in all of them. Any resolution or idea what is wrong? |
Try replacing npm uninstall -g @google/clasp
npm install -g forked-clasp |
@PopGoesTheWza gave me this idea, but just re-installing npm un -g @google/clasp
npm i -g @google/clasp My prompt now finally closes. It drove me crazy, when it would hang lol |
Expected Behavior
clasp push
,version
,deploy
,versions
,deployments
finish execution correctly and let me enter next command.Actual Behavior
Commands execute correctly, but prompt hangs, so I have to hit Ctrl+C to enter next command.
Steps to Reproduce the Problem
I have not noticed any particular circumstances leading to the issue. They hang randomly.
On clasp 1.3 experienced this a couple of times, but on 1.4 it appears more frequently.
I tried to write a shell script to automate version submission and redeployment for test/prod URLs in order to stop copy/pasting long ids, but had to drop it for the time being because of hangs.
Specifications
node -v
): 10.6.0clasp -v
): 1.4.0The text was updated successfully, but these errors were encountered: