Skip to content

Add support for Node.js 7.6.0 #2564

Closed
Closed
@rosen-vladimirov

Description

@rosen-vladimirov

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions