You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: