Problems with starting an Ionic v1 project

Hello,

i try to “start” an Ionic v1 project like this

ionic start Test_App blank --type=ionic1

but i get a bunch of errors every time as you can see below.

what do you think it’s the problem here?

Problem is you are using ionic 1. you need to use 5 or 6.

1 Like

Could be your node version

This type of error appears often as part of node mismatch (python, gyp sass)

1 Like

Yes it was. I continued with ionic 6. Thank you all

1 Like