Armadietto: package install fails

Both yarn install and npm ci fail because git ls-remote --tags --heads ssh://git@github.com/standard/eslint-config-standard.git fails with errors:
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

I’m using MacOS 11.6.1 with node version 14.18.3

This only works if you have an SSH public key on file with GitHub. Not unreasonable, but not something that can be taken for granted.

1 Like

Here’s the correct fix, going back to installing from npm:

(I hadn’t seen the @next tag before, and the default was still version 16 instead of 17.)