Ghost install local fails

I’m not able to successfully install ghost, locally:

ghost install local 0|11:28:29
:heavy_check_mark: Checking system Node.js version
:heavy_check_mark: Checking current folder permissions
:heavy_check_mark: Checking memory availability
:heavy_check_mark: Checking for latest Ghost version
:heavy_check_mark: Setting up install directory
:heavy_multiplication_x: Downloading and installing Ghost v2.25.3
A ProcessError occurred.

Message: Command failed: yarn install --no-emoji --no-progress
warning ghost@2.25.3: The engine “cli” appears to be invalid.
error An unexpected error occurred: “https://registry.yarnpkg.com/@nexes/mongo-knex/-/mongo-knex-0.3.0.tgz: Request failed "404 Not Found"”.
error https://registry.yarnpkg.com/@tryghost/mobiledoc-kit/-/mobiledoc-kit-0.11.2-ghost.4.tgz: Request failed “404 Not Found”

yarn install v1.16.0
[1/5] Validating package.json…
[2/5] Resolving packages…
[3/5] Fetching packages…
info If you think this is a bug, please open a bug report with the information provided in “/Users/miql/Projects/test-ghost/versions/2.25.3/yarn-error.log”.
info Visit yarn install | Yarn for documentation about this command.

Exit code: 1

Debug Information:
OS: Mac OS X, v10.14
Node Version: v10.13.0
Ghost-CLI Version: 1.11.0
Environment: development
Command: ‘ghost install local’

I’ve tried yarn cache clean multiple times. :(