I'm working on adding in ionic-service-core in order to add notifications to an ionic project I'm working on. I can't however, get the service core to install. Any attempts to do so result in this:
Failed to find the bower component "ionic-service-core".
Are you sure it exists? (CLI v1.4.0-alpha.6)
Your system information:
OS: Mac OS X Yosemite
Node Version: v0.10.33
Cordova CLI: 5.0.0
Ionic Version: 1.0.0-rc.5
Ionic CLI Version: 1.4.0-alpha.6
Xcode version: Xcode 6.3.1 Build version 6D1002
ios-sim version: Not installed
Anyone have any experience working with ionic and the new services packages? Any clue what would cause this?
test that you have bower installed, run the comand bower if this is unrecognized install with command npm install -g bower and after run again ionic add ionic-service-core
this work for me in Windows
Looks like the whole thing is a permissions issue with the users .config file. If you simply delete the .config folder sitting at Users/username/.config, and retry adding the components, they'll work.