detox-expo-helpers icon indicating copy to clipboard operation
detox-expo-helpers copied to clipboard

[Windows 10] 'shasum' is not recognized as an internal or external command.

Open seba9999 opened this issue 3 years ago • 2 comments

I'm trying to run this on android and windows but I'm facing this isssue : the shasum command doesn't exist on windows ...

I thinks this is the only little first problem i'll encounter trying to make this work on android ...

Is this even possible ? This issue hasn't got any news since 1 year ...

Command failed: (echo "1.0.10" && xcodebuild -version) | shasum | awk '{print $1}'
    'shasum' is not recognized as an internal or external command.

      3 | describe('Example', () => {
      4 |   beforeEach(async () => {
    > 5 |     await reloadApp();
        |           ^
      6 |   });

seba9999 avatar Oct 27 '21 12:10 seba9999

Facing the same issue. @seba9999 did you find any solution to this?

pradeipp avatar Aug 09 '22 06:08 pradeipp

Wow sorry ! I've missed this reply ! Nop ... I just didn't use detox ^^'

seba9999 avatar Dec 20 '23 15:12 seba9999