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

前端 未结 7 1906

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:40

    I stop the gradle daemon by running

    $ ./gradlew --stop
    

    rerun the gradle command and fix it.

提交回复
热议问题