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

前端 未结 7 1905

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

    Might be helpfull:

    sudo launchctl config user path $PATH

    "To take effect might have to restart your machine"

提交回复
热议问题