getting Error: spawn EACCES while ionic build android in ubuntu 14.04

后端 未结 7 2011
囚心锁ツ
囚心锁ツ 2020-12-14 08:05

i developed one project in ionic2

while i am doing ionic build android i am getting this error

my ionic info is

Cordova CLI: 6.3.0

7条回答
  •  伪装坚强ぢ
    2020-12-14 08:49

    Use the verbose when you make your cordova build:

    cordova build -verbose
    

    It will return to you the path that requires the chmod +x

提交回复
热议问题