-
Notifications
You must be signed in to change notification settings - Fork 392
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
Redeploying with mupx leads to node-fiber missing error #929
Comments
same issue with me |
@walleXD @ramzwatcher I got this error after upgrading to Meteor 1.3 but ran mupx setup again before mupx deploy and it seemed to fix the issue. |
@programthis The problem still persists for me, even after running
Guys, any idea how to fix this? I pretty much am spinning up new Digital ocean droplets everytime I am making changes to my code and I am not sure how to solve this...... Your help would be much appreciated! |
I am having the same issue:
waitTime is set to 60, to no avail. Update: when I stopped the service first and then did mupx deploy it DID work.
update 2: |
I got the same message. Meteor up is cool but just check the issues, open issues twice closed ones. Other than this issue, for now there are 487 issues open and 46 pull requests including #942 update node version, #773 add system architecture to build(which may fix this issue and bcrypt ones) and #736 introduce mongo dump and restore with many other updates. |
You are correct! I think it now says this is officially depreciated as the port of mupx over at kadirahq is where all efforts and momentum moving forward are focused. Still it's under development and the development branch here called mupx is suppose to be the "stable" version but with changes to Meteor etc going on its probably wise to try the new kadirahq version as you'll also get better official support and PRs are surely welcome. |
I was having the same issue. I fixed it by by ssh-ing into the vagrant-spk box, and For some reason the fibers package needed to be built? Sandstorm doessn't like to load the grain now, but at least its building. |
I got the same issue to use mup after updating meteor. In my project folder, run I have not tried mupx. |
Yes mupx is the newer version and both here are now pretty much depreciated by the port of a similar docker centric approach to mupx now at kadirahq/meteor-up |
Set |
After I have made changes to my project and redeploy using the
mupx deploy
command it seems that the after the redeployment my app fails to start and i get the followign error:Error:
/bundle/bundle/programs/server/node_modules/fibers/bin/linux-x64-v8-3.14/fibers.nodeis missing. Try reinstalling
node-fibers?
Any ideas how to fix it?
I am on meteor 1.3-rc releases
Thanks in advance!
Also, i tried to deloy using node 0.10.x but it didn't help. It was mentioned by @arunoda in this issue
The text was updated successfully, but these errors were encountered: