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?
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.
Could be your node version
This type of error appears often as part of node mismatch (python, gyp sass)
Yes it was. I continued with ionic 6. Thank you all