Basically I’m running a deployment having a dependency which is a public GitHub repo and I have defined it as https:// in my package.json:
"react-audio-visualize": "https://github.com/DialerAI/react-audio-visualize.git#cddd9c30c3270c794cce273ad684cc380328bd7d",
Vercel should be able to install GitHub repo dependencies. Am I doing something wrong?
Running “vercel build”
Vercel CLI 48.6.0
Running “install” command: yarn install…
yarn install v1.22.19
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
\[1/4\] Resolving packages…
\[2/4\] Fetching packages…
error Command failed.
Exit code: 128
Command: git
Arguments: ls-remote --tags --heads ssh://git@github.com/DialerAI/react-audio-visualize.git
Directory: /vercel/path0
Output:
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

