Getting "Plugin not loaded" on ionic deploy

Hi all!
I am trying to get update with ionic upload and ionic deploy, the issue is when I am running

  $ionicDeploy.check().then(function(response) {

I am getting

value: “Plugin not loaded”

thnx for help

Hi,

Make sure you have your deploy code wrapped in a

$ionicPlatform.ready

function. This should make it work!