Skip to content
Andy Xu(devdiv) edited this page Jun 18, 2020 · 12 revisions
  1. Caused by: java.io.IOException: Cannot run program "func", error=2, No such file or directory The root cause of this issue is described at https://depressiverobot.com/2016/02/05/intellij-path.html, the intellij idea is started with empty PATH so all the plugin written in Java will not be able to execute the command in path like 'func'
Clone this wiki locally