Ionic build android, Error: spawn EACCES

后端 未结 15 995
孤城傲影
孤城傲影 2021-01-31 02:44

If I follow this steps to create a new app:

Rubens-MacBook-Pro:~ rlopez$ npm install -g cordova ionic
Rubens-MacBook-Pro:~ rlopez$ ionic start myApp tabs
Rubens-         


        
15条回答
  •  清歌不尽
    2021-01-31 03:29

    Just encountered the same issue, and I don't think it has anything to do with sudo - that command is simply missing the execute permission

    chmod +x hooks/after_prepare/010_add_platform_class.js
    

提交回复
热议问题