I made new ionic v3 project with command
ionic start teethProject --type=ionic-angular
but just making project cause problem.
check python checking for Python executable "python2" in the PATH
gyp verb `which` failed Error: not found: python2
gyp verb `which` failed at getNotFoundError (/Users/pedrojung/Downloads/ionic-allteeth-master/temporal/newtemp/eiek/myApp/node_modules/which/which.js:13:12)
gyp verb `which` failed at F (/Users/pedrojung/Downloads/ionic-allteeth-master/temporal/newtemp/eiek/myApp/node_modules/which/which.js:68:19)
gyp verb `which` failed at E (/Users/pedrojung/Downloads/ionic-allteeth-master/temporal/newtemp/eiek/myApp/node_modules/which/which.js:80:29)
gyp verb `which` failed at /Users/pedrojung/Downloads/ionic-allteeth-master/temporal/newtemp/eiek/myApp/node_modules/which/which.js:89:16
gyp verb `which` failed at /Users/pedrojung/Downloads/ionic-allteeth-master/temporal/newtemp/eiek/myApp/node_modules/isexe/index.js:42:5
gyp verb `which` failed at /Users/pedrojung/Downloads/ionic-allteeth-master/temporal/newtemp/eiek/myApp/node_modules/isexe/mode.js:8:5
gyp verb `which` failed at FSReqCallback.oncomplete (fs.js:192:21)
gyp verb `which` failed python2 Error: not found: python2
gyp verb `which` failed at getNotFoundError (/Users/pedrojung/Downloads/ionic-allteeth-master/temporal/newtemp/eiek/myApp/node_modules/which/which.js:13:12)
gyp verb `which` failed at F (/Users/pedrojung/Downloads/ionic-allteeth-master/temporal/newtemp/eiek/myApp/node_modules/which/which.js:68:19)
gyp verb `which` failed at E (/Users/pedrojung/Downloads/ionic-allteeth-master/temporal/newtemp/eiek/myApp/node_modules/which/which.js:80:29)
gyp verb `which` failed at /Users/pedrojung/Downloads/ionic-allteeth-master/temporal/newtemp/eiek/myApp/node_modules/which/which.js:89:16
gyp verb `which` failed at /Users/pedrojung/Downloads/ionic-allteeth-master/temporal/newtemp/eiek/myApp/node_modules/isexe/index.js:42:5
gyp verb `which` failed at /Users/pedrojung/Downloads/ionic-allteeth-master/temporal/newtemp/eiek/myApp/node_modules/isexe/mode.js:8:5
gyp verb `which` failed at FSReqCallback.oncomplete (fs.js:192:21) {
gyp verb `which` failed code: 'ENOENT'
gyp verb `which` failed }
gyp verb check python checking for Python executable "python" in the PATH
gyp verb `which` failed Error: not found: python
what is weired is…
when I make project with ionic v4 it works,
but problem happend when I make project with v3.
I only have python3 installed. and seems that I can’t install python2 in m1 mac.
how can I deal with it ?
1 post - 1 participant