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

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

Open
EricLi20 opened this issue Aug 14, 2019 · 0 comments
Open

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

EricLi20 opened this issue Aug 14, 2019 · 0 comments

Comments

@EricLi20
Copy link

  • 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant