ps -p $(pidof iguana) | grep -i iguana exec error: Error: Command failed: ps -p $(pidof iguana) | grep -i iguanapidof iguana expands to nothing, since the name of the app is not iguana, but npm in case of npm start, or Agama, when using the installer version of Agama
ps -p $(pidof iguana) | grep -i iguana exec error: Error: Command failed: ps -p $(pidof iguana) | grep -i iguana
pidof iguana
expands to nothing, since the name of the app is not iguana, but npm in case of npm start, or Agama, when using the installer version of Agama