Skip to content
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

mup deploy fail #113

Closed
yubozhao opened this issue Apr 28, 2016 · 10 comments
Closed

mup deploy fail #113

yubozhao opened this issue Apr 28, 2016 · 10 comments

Comments

@yubozhao
Copy link

App is 1.3.2.4. When I try to deploy:

$ mup deploy (node:39445) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. Building App Bundle Locally Error If encoding is specified then the first argument must be a string

This happen in mup(old) mupx and this mup

@yubozhao
Copy link
Author

Link the issue from old mup: #985

@MasterJames
Copy link

Probably a dumb question but: Who's using graceful-fs your side? Is it updated? What version? Otherwise must be a deeper dependency maybe? I'll have to look into what graceful-fs is.

@ixdi
Copy link

ixdi commented Apr 29, 2016

Ok I think it's because graceful-fs@^4.0.0 dependency is needed as version <= 3.0.0 fails for node releases >= 6.0.
A warning appears when installing mup.
silent-npm-registry-client@2.0.0 dependency is needed. This step is easy.
Package nofat depends on mocha that depends on glob (v3.2.3) but glob@7.0.3 is the current release :( This cause graceful-fs to be outdated

@wdhif
Copy link

wdhif commented Apr 29, 2016

I can also confirm this issue for mupx https://github.com/arunoda/meteor-up/tree/mupx

@yubozhao
Copy link
Author

@MasterJames No one is using graceful-fs. I think it is used @ixdi has the right explanation about it.

@yubozhao
Copy link
Author

Do we have a workaround on this? Haven't had a chance to look into it more

@wdhif
Copy link

wdhif commented Apr 29, 2016

You just have to go back to node 5.11

@ixdi
Copy link

ixdi commented Apr 30, 2016

mocha accepted my pull request to update glob, so maybe is about few time that this is resolved.

@kylepierce
Copy link

Had to go back to 5.8 to deploy

@jacobmischka
Copy link

jacobmischka commented Jun 23, 2016

According to this, upgrading archiver to 1.0 fixes it. It does indeed fix it for me, but I don't have a spare ubuntu machine or vm on which to run tests, so I'm not going to submit a pull request until it's been tested.

Thanks @mkpazon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants