-
Notifications
You must be signed in to change notification settings - Fork 14
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
"grunt deploy-dev" fails #163
Comments
Did you run |
What OS are you using? There is an issue I just discovered with Windows where the path is set wrong, not sure if this is related or not. |
You can also try logging credentialsObject.path and let me know what the output is. |
Yes, see my transcript above:
I'm running OS X Yosemite 10.10.2 and my npm version is 1.4.28
|
Here is my credentialsObject:
|
Perhaps I need to bump up the version number, since 1.0.0-dev.6 already exists? |
I tried using grunt bump-version and it appears broken, see #164, I'll do it manually instead. |
After updating the version, this problem disappeared. Can @aaronsamuel137 detect this error condition and provide a helpful console message, since it is likely to happen again? |
Looks like there is a pull request in scp2 already to address this issue: spmjs/node-scp2#32. Perhaps I can add a try catch in our code as a workaround for now. |
deploy-dev has been redone with commandline scp, and seems to work. Closing. Feel free to reopen if it isn't working for you. |
I was testing out the new
grunt deploy-dev
from #159 and am running into this error:Here is my full transcript:
What do you think the problem may be?
The text was updated successfully, but these errors were encountered: