Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Node.js with ChakraCore (node-chakracore-8.0.0-pre2)

Pre-release
Pre-release
Compare
Choose a tag to compare

This release contains the following stable builds:

  • Node-ChakraCore with Time Travel Debugging on Windows (Beta)
  • Node-ChakraCore with Time Travel Debugging on Linux (x64 Preview)
  • Node-ChakraCore with Time Travel Debugging on macOS (x64 Preview)

They correspond to the build from Node.js Nightly at https://nodejs.org/download/chakracore-nightly/v8.0.0-nightly20170415265fc0bedc/

Included in this release:

  • New changes from upstream Node.js
  • New changes from ChakraCore including:
    • TTD improvements
    • Performance, stability and security fixes

Please use the following install instructions to try out the stable builds published here on GitHub.

For installing Node-ChakraCore side-by-side your existing Node installation, we recommend Node Version Switcher (NVS).

nvs remote chakracore https://github.com/nodejs/node-chakracore/releases 
nvs add chakracore/latest
nvs use chakracore

Nightly builds of Node-ChakraCore are available at https://nodejs.org/download/chakracore-nightly/
Please use the following instructions to install the nightly builds.

nvs remote chakracore-nightly https://nodejs.org/download/chakracore-nightly/
nvs add chakracore-nightly/latest
nvs use chakracore-nightly