zmxv / react-native-sound-demo

react-native-sound demo project for iOS and Android
MIT License
99 stars 103 forks source link

Fail to run npm install command to install the required package #11

Open henrych4 opened 7 years ago

henrych4 commented 7 years ago

I clone the repository and run "npm install" in order to install the package. Then error messages pop up and it seems that there are something wrong during installation of react-native-sound package.

Does anyone face the same problem?

henrych4 commented 7 years ago

I fix the problem by manually setting version of react-native-sound in package.json. After that running npm install should be fine.

popo63301 commented 6 years ago

Thanks ! You can also delete the line of react-native-sound, then npm i react-native-sound. 😄