taskrabbit / ReactNativeSampleApp

Example app in React Native: sort of like twitter/tumblr
MIT License
930 stars 321 forks source link

Why alert Cannot read property 'on' of undefined when react-native start #43

Closed slin1972 closed 7 years ago

slin1972 commented 7 years ago

Alert Cannot read property 'on' of undefined when run react-native start

slindeiMac:ReactNativeSampleApp slin$ react-native start //... /Users/slin/Desktop/ReactNativeSampleApp/node_modules/_yiewd@0.6.0@yiewd /Users/slin/Desktop/ReactNativeSampleApp/node_modules/_zip-stream@1.1.1@zip-stream

Cannot read property 'on' of undefined

slindeiMac:ReactNativeSampleApp slin$ pwd /Users/slin/Desktop/ReactNativeSampleApp

slin1972 commented 7 years ago

It work when i use ‘npm install ’ instead of 'cnpm install'