react-native-sound-demo icon indicating copy to clipboard operation
react-native-sound-demo copied to clipboard

Fail to run npm install command to install the required package

Open henrych4 opened this issue 8 years ago • 2 comments

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 avatar Aug 11 '17 04:08 henrych4

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

henrych4 avatar Aug 11 '17 06:08 henrych4

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

popo63301 avatar Nov 16 '17 14:11 popo63301