-
Notifications
You must be signed in to change notification settings - Fork 19
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
Mean-admin deploy to heroku "postinstall", Mean 0.0.4 #13
Comments
try with |
Apparently the only way I was able to push to heroku was to remove the mean-admin. It still will not work. Tried the "heroku repo:purge:cache". Did not work. just more logs:
|
More debug after trying different things:
Different times, different options.
|
hey all There is a new post install script that should help out in this area. We are still improving it should be stable enough for some intial deployments. Add a mean.json file in the root of your app which contains this object the post install script will install it in packages/contrib for versions of meanio above 0.5.18. The new script is in 0.5.30 There will be a better version in the coming days but for those of you anxious to get mean-admin on heroku feel free to use this verison |
@ellman I tried it but it doesn't work. Below is what I did...please tell me if i'm missing something
Further more...i can't even install mean-admin locally anymore. When I do --> mean install mean-admin locally I get an error. So now not only I can't get it to work on heroku I can't even get it to work locally. PLEASE help! |
hi @iamlogiq Please open your package.json from the project and let me know when version of meanio the project is using. Thanks |
@ellman ok i updated it in package.json ---> "meanio": "^0.5.30" how do i get it to work locally now?? |
Been having the same problem and trouble shooting this all day. |
Hey, it's working I guess. meanio needs to be version 0.5.34 and "mean-admin": "linnovate/mean-admin" fixes it. Thank god. ::falls into bed from exhaustion:: |
Nope.. it's broken. I think it's on a weird port now? |
@ellman It's been almost a month now....any answers? Mean-admin is not working locally :( |
@iamlogiq I wish I could be more helpful, but I don't remember how I did it. Using this thread I did get it working, though. |
@Squ34k3rZ Hey I got it working on heroku just fine using the mean.json file but its locally i'm having trouble. mean install mean-admin doesn't work, putting "mean-admin": "linnovate/mean-admin" in package.json doesn't work, cloning the mean-admin repo and putting it manually in packages/contrib/mean-admin doesn't work so at this point i'm not sure what to do. It should NOT be this difficult to get this working...It's been a month and I can't find any help on the matter. It's making me regret i choose mean.io for my project. I'm disappointed! |
The mean.json was pushed two days ago. We developed it because we did not
|
@liorkesos If you read my previous post, I'm not talking about problems with deploying to heroku, i'm talking about problems locally and how to fix it. Can you tell me how to have mean-admin work locally? |
It works for me locally. |
When I try to deploy my app to heroku I get the following error:
Stats
MEAN Version: 0.4.0
Node Version: v0.10.26
Meanio cli 0.6.4
Mac
Packages:
Mean-admin
Mean-upload
This issue has already been addressed here issue:#501 but not solved completely .
Possible solutions I have tried but have failed:
9...still thinking...
Sites with the solutions that did not work for me:
stackoverflow-Deploy to heroku
Any ideas?
The text was updated successfully, but these errors were encountered: