detox-expo-helpers
detox-expo-helpers copied to clipboard
[Windows 10] 'shasum' is not recognized as an internal or external command.
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 | });
Facing the same issue. @seba9999 did you find any solution to this?
Wow sorry ! I've missed this reply ! Nop ... I just didn't use detox ^^'