-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Work in progress] Upgrade to Node 4 #6921
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
Conversation
70f712a to
6bf8169
Compare
6bf8169 to
9bc6f9a
Compare
e84b8e8 to
ce6037d
Compare
This appears to be one of the biggest changes between Node v0.10 and v4.4 for the Meteor codebase. Relevant commit: nodejs/node@832ec1c Part of #6921.
The hitherto-underlying fs.exists function has been deprecated in Node v4. Part of #6921.
|
Once the tests go green, I'm going to merge this pull request into |
|
Hey @benjamn I was about to create a nice clean PR for some of those changes.
Otherwise, I think you've got fixes for all of the other error I've encountered thus far. |
dca6cce to
7d6a20a
Compare
This appears to be one of the biggest changes between Node v0.10 and v4.4 for the Meteor codebase. Relevant commit: nodejs/node@832ec1c Part of #6921.
|
@benjamn should this work? I tried the wip-upgrade-node branch on windows but I get Sorry if this is not the issue to put this. PS: it's using dev_bundle for windows_x86 version 4.0.2 |
|
Try the |
|
@benjamn no dice, same error.... |
This pull request targets the
wip-upgrade-nodebranch, and will include any changes that help with upgrading Meteor's bundled version of Node to version ~4.4.3, which is the latest LTS release.This PR will remain open until Meteor is completely stable on Node 4, but changes that make sense for any version of Node (4, 5, or 6) will get merged into the target branch earlier.
Equivalent PR for Node ~5.11.0: #6922
Equivalent PR for Node ~6.0.0: #6923