cometchat / chat-sdk-react-native

Voice & Video Calling and Text Chat SDK for React Native
Other
18 stars 17 forks source link

Unable to install package with yarn #6

Closed fortunee closed 4 years ago

fortunee commented 4 years ago

Running

npm install @cometchat-pro/react-native-chat@2.0.8 --save as stated in the documentation works fine

However, I'm not using npm package manager. I'm using and yarn and when I run

yarn add @cometchat-pro/react-native-chat@2.0.8

I get an error. 👇

Error An unexpected error occurred: "ENOENT: no such file or directory, scandir

mayur-bhandari commented 4 years ago

Hello @fortunee ,

Can you please try installing the latest SDK v2.1.0 using yarn? Please let us know if you still face the same issue.

fortunee commented 4 years ago

Thanks, @mayur-bhandari. I've actually moved on from this and I stuck to using npm.