-
Notifications
You must be signed in to change notification settings - Fork 16
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
Use babel-preset-latest #9
Conversation
It would've been better to submit this commits in different PRs (since they address independent issues). Here's my review:
|
8167477
to
083c700
Compare
083c700
to
a690183
Compare
I just removed the other commits regarding dependency versions and preinstall script.
Ok, thanks for clarifying.
This approach sounds good to me, except that the error I encountered (
I don't see any issue myself, I just wanted to see what others thought about it, to be safe. |
On 02/11/16 19:54, Grant Nestor wrote:
Could you open an issue for this (so I don't forget)?
No, it doesn't solve the issue (it compiles zmq statically, but the issue is with Node's V8). Kyle mentioned https://github.com/juliangruber/require-rebuild may help.
OK. I'm merging the PR. |
update this to babel-preset-env |
I’m submitting this and opening it up for discussion.
node_modules
directory before installing, so that upgrading doesn’t cause conflicts (e.g. I upgraded the babel dependencies without removingnode_modules
and got aYou gave us a visitor for the node type "ForAwaitStatement" but it's not a valid type
error). This should also address "Error: Could not locate the bindings file." ijavascript#76 regarding version mismatch of Node bindings for zmq (which require a rebuilding if the Node environment version changes).