I am trying to install the react navigation bottom tabs package,
npm install @react-navigation/bottom-tabs
but I am getting this error:
npm ERR! command failed
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/react-navigation/bottom-tabs.git
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/********/.npm/_logs/2021-06-13T15_04_43_298Z-debug.log
I checked out this post but wasn't able to solve my problem. What exactly does this error mean?
Additionally, when I just try to clone the repo
git clone ssh://git@github.com/react-navigation/bottom-tabs.git
I get this same error. Is there something I can do to fix this?