-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
yo angular-fullstack:heroku fails to deploy #189
Comments
I had the same issue. I ended up implementing the buildcontrol package and setting my test, staging, and production heroku deploys with it and grunt. (sorry to not answer your Q, but I wanted to mention.) |
This is working on the the v3.0.1 heroku toolbelt that I have on my windows machine, but as you pointed out, with the latest version of the heroku toolbelt, the app creation is failing. I will try to get a patch out tonight if I can figure out what the problem is. |
Hmm, I tried updating my toolbelt on windows to 3.6.0 and it still worked. However it didn't work on my Ubuntu with the same version. Seems like an issue with unix version. I'll see what I can do. |
Apparently there was a typo with the git init that was causing problems with unix shell, but not with windows. Just published an update. |
Nice one Tyler! You just rocked my world :-)
|
Hi All,
I just updated to the 1.4.1 release of the generator. When attempting to deploy to heroku I receive the following error.
I've created a new app from scratch to make sure it's nothing weird that I've done and the problem still occurs.
Possibly something I am doing wrong?
The text was updated successfully, but these errors were encountered: