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
{{ message }}
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered: