- Version: node-ChakraCore v10.6.0
- Platform: Microsoft Windows [Version 10.0.18956.1000]
- Subsystem:
Error occurs with node-ChakraCore v10.6.0, azure-sdk-js scenario below works with https://nodejs.org/dist/v10.16.2/node-v10.16.2-win-x64.zip
azure-sdk-js dev said it looks like node.exe is crashing
Repro steps
On a Windows 10 Enterprise x64 machine
setup an admin cmd window with path set to node-ChakraCore v10.6.0 release x64 binaries
// Download the portable git x64
https://github.com/git-for-windows/git/releases/download/v2.22.0.windows.1/PortableGit-2.22.0-64-bit.7z.exe
// run the self extracting PortableGit-2.22.0-64-bit.7z.exe
// extract to a new folder: c:\nodejs\git
// Open an admin cmd
set Path=%Path%;C:\nodejs\git\PortableGit\cmd
git clone https://github.com/Azure/azure-sdk-for-js.git c:\nodejs\azure-sdk-for-js
// Download the node-ChakraCore release x64 binaries to C:\nodejs\node-ChakraCore-v10.6
set Path=%Path%;C:\nodejs\node-ChakraCore-v10.6
cd /d c:\nodejs\Azure-sdk-for-js
// install rush globally
npm install -g @microsoft/rush
// sets up the dependencies
rush update