1

I am getting ionic v1 deprecation error issue. so it's not working

ionic build ios
ionic emulate android

Those basic commands are not working. How to overcome this issue.

Note: I have ionic v1 application so with do huge modification how to upgrade or use older version .

enter image description here

Thanks in Advance

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103
Senthil
  • 75
  • 10

1 Answers1

0

You have the latest ionic cli version (3.x). The error does not seem to be related to project version.

The command to build and run is changed to:

ionic cordova build ios

and

ionic cordova emulate ios

You may need to use sudo with your commands.

Check here

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103