React-native-gifted-chat: gifted-chat is not installing

Created on 19 Jun 2020  路  7Comments  路  Source: FaridSafi/react-native-gifted-chat

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!

All 7 comments

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-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

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
WhatsApp Image 2020-06-23 at 11 12 10 AM (1)

same problem here, found any solution?

This is because you haven鈥檛 git installed maybe...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

luisar picture luisar  路  3Comments

cassioseffrin picture cassioseffrin  路  3Comments

yazhengwang picture yazhengwang  路  3Comments

pentarex picture pentarex  路  3Comments

redwind picture redwind  路  3Comments