sghiassy / react-native-sglistview

SGListView is a memory minded implementation of React Native's ListView
MIT License
743 stars 72 forks source link

npm ERR! cb() never called! #52

Closed L-Jovi closed 7 years ago

L-Jovi commented 7 years ago

thanks for your smart project first :)

my node version v6.3.1 my npm version v3.10.3

I install failed,

npm install react-native-sglistview --save

output

npm ERR! cb() never called!

what should I do?

thanks for your time.

sghiassy commented 7 years ago

Looks like there was a problem when I published the package originally using yarn. I bumped the version to 0.3.5 and published with npm now. Should work. Cheers

L-Jovi commented 7 years ago

@sghiassy hi, thanks for your reply, I try install again and it works, but when I run my project, some naming collision error throw like below image,

image

would you mind have a look?

thanks again, regards.