Skip to content

The operation couldn’t be completed. (SkipDriveExternal.ProcessResult.Error error 0.) #271

Answered by marcprux
adamvnovak asked this question in Q&A
Discussion options

You must be logged in to vote

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 run which 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.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@adamvnovak
Comment options

@adamvnovak
Comment options

Comment options

You must be logged in to vote
1 reply
@adamvnovak
Comment options

Answer selected by marcprux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants