react-native-country-flag icon indicating copy to clipboard operation
react-native-country-flag copied to clipboard

There is no react-native-country-flag/data package

Open saintyusuf opened this issue 1 year ago • 1 comments

I can't install react-native-country-flag/data package.

When I try to install it by npm i react-native-country-flag/data, it gives the error below:

npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/react-native-country-flag/data.git npm ERR! [email protected]: 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.

saintyusuf avatar Jan 16 '24 13:01 saintyusuf

Facing similar problem:

npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/react-native-country-flag/data.git
npm ERR! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
npm ERR! @    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
npm ERR! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
npm ERR! IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
npm ERR! Someone could be eavesdropping on you right now (man-in-the-middle attack)!
npm ERR! It is also possible that a host key has just been changed.
npm ERR! The fingerprint for the RSA key sent by the remote host is
npm ERR! SHA256:xxxxxxxxxxxx.
npm ERR! Please contact your system administrator.
npm ERR! Add correct host key in /Users/xxxxx/.ssh/known_hosts to get rid of this message.
npm ERR! Offending RSA key in /Users/xxxxx/.ssh/known_hosts:8
npm ERR! Host key for github.com has changed and you have requested strict checking.
npm ERR! Host key verification failed.

NilsBaumgartner1994 avatar Feb 12 '24 16:02 NilsBaumgartner1994