Rahul Raghuvanshi
Rahul Raghuvanshi

Reputation: 25

Getting warning during using "sencha app watch"

I tried to solve this problem using some cases like reinstall sencha cmd, but didn't got solution still now.

See below screenshot of warnings.


Upvotes: 0

Views: 297

Answers (2)

Vy Do
Vy Do

Reputation: 52508

Do like what the message suggest you.

Removing local package ...

Upvotes: 0

alex.butnar
alex.butnar

Reputation: 284

You could try the following:

  • If you do have remote packages make sure Sencha Cmd has writing permissions to the repository
  • If you do not have remote packages (and the warnings are unexpected), try removing any repository connection using: sencha package repo remove <name>, and even the sencha package (sencha package repo remove sencha)

PS: Run sencha package repo for more commands.

Upvotes: 1

Related Questions