Cannot import MusicControls
import {MusicControls} from 'ionic-native';
You probably need to update your version of ionic-native.
So you should probably find out what the latest version is, update your package.json to that version, and then run ‘npm install’.