0

I have old ionic 3 project which i want into in my machine but its not working here i am creating simple ionic 3 project using below command

ionic start Ionic3Project blank --type=ionic-angular

It throws lot of error

enter image description here

Here is details of ionic-cli and angular-cli in case needed

enter image description here

enter image description here

Thanks for reading :-)

Wasim
  • 99
  • 11
  • It says that neither a Ionic Framework or app-scripts is installed, you dont think that could be an issue? It also says "Angular: " and typescript . Maybe try and reinstall? – Tommi Aug 15 '22 at 14:08
  • i was inside ionic 3 project thats why it says app-script not installed. All things works well with ionic 5/6 projects so i think this is not an issue. – Wasim Aug 15 '22 at 14:41
  • why are you trying to create ionic 3 project??? – Najam Us Saqib Aug 16 '22 at 07:56
  • i have old ionic 3 project which i need to run to check features, i tried npm install inside ionic 3 project but it not worked. No i decided to create blank ionic 3 project and simple copy pages and install plugin which i want to check. – Wasim Aug 16 '22 at 13:47

1 Answers1

0

Finally that guy helped me!

https://github.com/ionic-team/ionic-cli/issues/4901

Hope someone will save time with this solution.

Wasim
  • 99
  • 11