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

后端 未结 7 1977
囚心锁ツ
囚心锁ツ 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

    0 讨论(0)
提交回复
热议问题