-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
Comments
Link the issue from old mup: #985 |
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. |
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. |
I can also confirm this issue for mupx https://github.com/arunoda/meteor-up/tree/mupx |
@MasterJames No one is using graceful-fs. I think it is used @ixdi has the right explanation about it. |
Do we have a workaround on this? Haven't had a chance to look into it more |
You just have to go back to node 5.11 |
mocha accepted my pull request to update glob, so maybe is about few time that this is resolved. |
Had to go back to 5.8 to deploy |
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
The text was updated successfully, but these errors were encountered: