cowbell / ionic-geofence

Ionic geofence app example
MIT License
180 stars 92 forks source link

Failed to install geofence plugin #7

Closed simpledev closed 9 years ago

simpledev commented 9 years ago

When I run this command ionic platform add ios

Failed to install 'com.cowbell.cordova.geofence':Error: Cannot find module 'cordova-   lib/src/plugman/platforms'

An idea ?

tsubik commented 9 years ago

Did you run npm install at first?

tsubik commented 9 years ago

Maybe problem is because you are using cordova 5.0, project is not tested with cordova 5.0 yet.

simpledev commented 9 years ago

Ok thanks. Do you think maybe the plugin will be available for cordova 5.0 ?

tsubik commented 9 years ago

It is now :). Look at the latest changes.

simpledev commented 9 years ago

Thank you so much, it's the best geofencing plugin.