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

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

    hit this command

    sudo chmod -R a+rwx /appfolder
    

    It is caused by permission problem. More info on problem here.

    If this does not solve your problem then its probably issue of permission in your user profile directory. Try above command on user directory. It will take some time to apply permission.

    Regards.

提交回复
热议问题