cowbell / ionic-geofence

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

Rename ionic.project to ionic.config.json #27

Closed siddiq closed 7 years ago

siddiq commented 8 years ago

$ ionic prepare WARN: ionic.project has been renamed to ionic.config.json, please rename it.

tsubik commented 7 years ago

Hey @siddiq, project should be used with ionic cli version specified in devDependencies. Locally installed ionic-cli should have priority over global one, that's why I always have node_modules/.bin in my PATH.

tsubik commented 7 years ago

I will upgrade ionic-cli version and all related files if that won't break things.