hello,
when i run this cmd "npm i react-native-gifted-chat" the following errors occur:
npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://[email protected]/EvanBacon/react-native-parsed-text.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
kindly reslove this!
can you please try using yarn?
yarn add raect-native-gifted-chat
can you please try using yarn?
yarn add react-native-gifted-chat
not done with yarn
firstly run this cmd 'npm install -g yarn'
then goto project directory and run
yarn add react-native-gifted-chat
it give the warnings and nolock file is found
can you please try using yarn?
yarn add react-native-gifted-chatnot done with yarn
firstly run this cmd 'npm install -g yarn'
then goto project directory and run
yarn add react-native-gifted-chat
it give the warnings and nolock file is found
first you need get rid of your npm lock file, then you do
yarn
and it will automatically create a package.json file, then you do yarn add react-native-gifted-chat
Try npm cache clean --force, it helps me.
@samuk190 still I get this error

same problem here, found any solution?
This is because you haven鈥檛 git installed maybe...