Skip to content

Add support for Node.js 7.6.0 #2564

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

Closed
rosen-vladimirov opened this issue Feb 22, 2017 · 1 comment
Closed

Add support for Node.js 7.6.0 #2564

rosen-vladimirov opened this issue Feb 22, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@rosen-vladimirov
Copy link
Contributor

In Node.js 7.6.0 the v8 is updated from 5.4.x to 5.5.x. As CLI depends on several C++ packages that rely on v8 headers, currently all of them has to be rebuilt during installation. However end users may not have required tools to rebuild the binaries (for example Visual Studio on Windows). In order to resolve this, we provide prebuilt binaries for all supported Node.js versions (more precisely - we provide binaries built with v8 headers from Node.js versions that we support). As Node.js 7.6.0 uses new version of v8, we have to provide prebuilt binaries for it.

@rosen-vladimirov rosen-vladimirov self-assigned this Feb 22, 2017
@rosen-vladimirov rosen-vladimirov added this to the 2.5.2 milestone Feb 22, 2017
@rosen-vladimirov
Copy link
Contributor Author

Implemented in #2563

@pkoleva pkoleva closed this as completed Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants