birdofpreyru / react-native-fs

File system access for React Native
https://dr.pogodin.studio/docs/react-native-file-system
Other
178 stars 14 forks source link

Permission denied (publickey) #4

Closed Hisham546 closed 1 year ago

Hisham546 commented 1 year ago

when i tried to install the library npm install --save dr.pogodin/react-native-fs i'm getting this npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/dr.pogodin/react-native-fs.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.

birdofpreyru commented 1 year ago

Have you missed @ in front of the scope name? It should be npm install --save @dr.pogodin/react-native-fs.