nodejs / node-chakracore

Node.js on ChakraCore :sparkles::turtle::rocket::sparkles:
Other
1.92k stars 340 forks source link

azure-sdk-js setup hits Error: The command failed with exit code 1 #624

Open EricLi20 opened 5 years ago

EricLi20 commented 5 years ago

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