The operation couldn’t be completed. (SkipDriveExternal.ProcessResult.Error error 0.) #271
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Can you post the output of |
Beta Was this translation helpful? Give feedback.
-
I think the issue is that your Homebrew installation was carried over from a previous Intel Mac. Homebrew on ARM installs packages under This is a common problem whose easiest solution is to just uninstall Homebrew and re-install it from scratch, then install Skip again and ensure that |
Beta Was this translation helpful? Give feedback.
I think the issue is that your Homebrew installation was carried over from a previous Intel Mac. Homebrew on ARM installs packages under
/opt/homebrew/bin/
, whereas on Intel it installs under/usr/local/bin/
. If you runwhich gradle
, you will probably see/opt/homebrew/bin/gradle
. Skip's various tools don't work well under the Rosetta emulation that you are likely falling back to when invoking the various x86-built tools under ARM.This is a common problem whose easiest solution is to just uninstall Homebrew and re-install it from scratch, then install Skip again and ensure that
skip checkup
passes.