[x] Your Hyper.app version is 3.4.1. Please verify you're using the latest Hyper.app version
[x] I have searched the issues of this repo and believe that this is not a duplicate
Any relevant information from devtools?(CMD+OPTION+I on macOS, CTRL+SHIFT+I elsewhere):
DevTools failed to load source map: Could not parse content for file:///C:/Users/JSD/AppData/Local/Programs/Hyper/resources/app.asar/utility.js.map: Unexpected end of JSON input
Is the issue reproducible in vanilla Hyper.app?
Yes
Issue
When trying to use the hyper command (for example, to install plugins with hyper i "plugin", i just get this message:
❯ hyper
/usr/bin/env: ‘bash\r’: No such file or directory
/usr/bin/env: use -[v]S to pass options in shebang lines
[x] Your Hyper.app version is 3.4.1. Please verify you're using the latest Hyper.app version
[x] I have searched the issues of this repo and believe that this is not a duplicate
Any relevant information from devtools? (CMD+OPTION+I on macOS, CTRL+SHIFT+I elsewhere): DevTools failed to load source map: Could not parse content for file:///C:/Users/JSD/AppData/Local/Programs/Hyper/resources/app.asar/utility.js.map: Unexpected end of JSON input
Is the issue reproducible in vanilla Hyper.app? Yes
Issue
When trying to use the hyper command (for example, to install plugins with hyper i "plugin", i just get this message:
❯ hyper /usr/bin/env: ‘bash\r’: No such file or directory /usr/bin/env: use -[v]S to pass options in shebang lines
.hyper.js contents
plugins
```json { "plugins": [], "localPlugins": [] } ```