Gradle “… occurred starting process 'command 'npm''” on Mac

前端 未结 7 1918

I have MacOS with IntelliJ Idea installed. I\'m using Gradle (gradle-2.4) for building the project. I have NodeJS and NPM installed on the Mac and available from the shell.

7条回答
  •  春和景丽
    2021-02-06 22:27

    Might be usefull for someone:

    In my case the problem was, that I had Android Studio running. Had to quit it first, then everything worked fine again.

提交回复
热议问题