Home > Software design >  When running ionic serve
When running ionic serve

Time:02-05

when I try to run Ionic, it gives this error, thank you for your help.

Indeed, the AppData file has also been deleted !!

'ionic' is not recognized as an internal or external command, operable program or batch file.

CodePudding user response:

This most probably indicates that Ionic is not installed.

Try to open a terminal and type:

ionic --version

If it gives an error, that means you should install ionic. To install it, open the terminal and type:

npm install -g ionic
  •  Tags:  
  • Related