You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloning into 'SVGKit'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "react-native-svgkit" "--save"
npm ERR! node v4.4.7
npm ERR! npm v2.15.8
npm ERR! code ELIFECYCLE
npm ERR! [email protected] postinstall: cd Libraries/ && git clone [email protected]:SVGKit/SVGKit.git
npm ERR! Exit status 128
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'cd Libraries/ && git clone [email protected]:SVGKit/SVGKit.git'.
npm ERR! This is most likely a problem with the react-native-svgkit package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! cd Libraries/ && git clone [email protected]:SVGKit/SVGKit.git
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs react-native-svgkit
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls react-native-svgkit
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Volumes/Dev/sMile/mobile/sMile/npm-debug.log
How can I fix this issue?
The text was updated successfully, but these errors were encountered:
I tried to install the package using npm but i get an error
Kings-iMac:sMile king$ npm i react-native-svgkit --save
Cloning into 'SVGKit'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "react-native-svgkit" "--save"
npm ERR! node v4.4.7
npm ERR! npm v2.15.8
npm ERR! code ELIFECYCLE
npm ERR! [email protected] postinstall:
cd Libraries/ && git clone [email protected]:SVGKit/SVGKit.git
npm ERR! Exit status 128
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'cd Libraries/ && git clone [email protected]:SVGKit/SVGKit.git'.
npm ERR! This is most likely a problem with the react-native-svgkit package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! cd Libraries/ && git clone [email protected]:SVGKit/SVGKit.git
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs react-native-svgkit
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls react-native-svgkit
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Volumes/Dev/sMile/mobile/sMile/npm-debug.log
How can I fix this issue?
The text was updated successfully, but these errors were encountered: