node-chakracore icon indicating copy to clipboard operation
node-chakracore copied to clipboard

Node.js on ChakraCore :sparkles::turtle::rocket::sparkles:

Results 94 node-chakracore issues
Sort by recently updated
recently updated
newest added

* **Version**: 10.0.0-nightly * **Platform**: all * **Subsystem**: chakracore Repro steps (attempted on Linux): - Get latest node-ChakraCore - git clone https://github.com/stylus/stylus - cd stylus - npm install - npm...

Hello, I've installed node-chakracore using nvs. There is an issue with fsevents. * **Version**: v8.6.0 * **Platform**: MacOS 10.12.6 I've substituted my module path with `` below. ``` dyld: lazy...

compatibility
build

* **Version**: master * **Platform**: windows * **Subsystem**: async-hooks https://ci.nodejs.org/job/node-test-binary-windows/15609/COMPILED_BY=vs2017,RUNNER=win2008r2-vs2017,RUN_SUBSET=2/console ``` not ok 16 parallel/test-async-hooks-destroy-on-gc --- duration_ms: 0.253 severity: fail stack: |- assert.js:253 throw err; ^ AssertionError [ERR_ASSERTION]: false ==...

* **Version**: master * **Platform**: linux * **Subsystem**: http2 https://ci.nodejs.org/job/chakracore-test-linux/313/nodes=ubuntu1604-64/consoleText ``` not ok 929 parallel/test-http2-respond-file-fd-invalid --- duration_ms: 0.411 severity: fail stack: |- (node:5343) ExperimentalWarning: The http2 module is an experimental...

Currently there are many unit test failures that are skipped. Some of them are because of tight dependency on `v8` while others are because of unimplemented features. This issue track...

**Repro steps:** 1. Install the NVS( https://github.com/jasongin/nvs/releases ) to the machine(Win10). 2. Install the python(https://www.python.org/downloads/) . 3. Using the following instructions to install the nightly builds. nvs remote chakracore-nightly https://nodejs.org/download/chakracore-nightly/...

compatibility

* **Version**: * **Platform**: * **Subsystem**: Version: v8.9.4 Platform: All Subsystem: Error node-source-map-support does not work on ChakraCore, 'Error.prepareStackTrace' is not same as nodejs. so we can't adds source map...

compatibility

We have made a small change to npm in this repo, part of eeec9f1bae074bceccb80e423abfd8a811e08f51 Without that change, attempting to build a N-API module (or probably any native module?) against node-chakracore...

compatibility

* **Version**: master * **Platform**: all * **Subsystem**: inspector `tests/inspector/test-context.js` is failing because the test expects to be able to create and destroy contexts, and have relevant events fired by...

bug

Windows 10 cannot unzip the release zip because it is too deeply nested. Release: https://github.com/nodejs/node-chakracore/releases/download/node-chakracore-v8.9.4/node-v8.9.4-win-x64.zip Just drag the `node-v8.9.4-win-x64` to desktop using Windows Explorer, and Windows Explorer can't do it....

node-upstream