While in the Hyper terminal immediately after installing on Windows, both before and after a restart, any attempt to use the global hyper command after previously running npm i -g hyper results in:
'/bin/bash' is not recognized as an internal or external command, operable program or batch file.
Note: this is not a cry for help (#3709); the intention here is not to find a way to use WSL or some other bash provider on Windows. This is a bug report that the hyper command does not work on Windows 10 without extra configuration.
try using bash only. Make sure you have ubuntu installed
I had the same issue, which was caused by the shellArgs parameter. Make sure it is either empty ([]) or contains an actual directory (maybe ['~']).