Describe the bug
In /bin/prompt-command.js#L11, there is a resolve at top of a Promise, which would cause then to execute in a synchronous manner. In this case, the package would be required before it's installed.
Guess this was a typo. If so, I could submit a quick PR for this.
