We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running ember-cli-windows v2.1.6 on my machine will not let me clear the prompt & won't accepted -h value to proceed without it.
ember-cli-windows
-h
in powershell I am not able to type in any input and in cmd I can type a value but once I hit enter the prompt hangs.
I noticed in my local node_modules folder it does not have prompt listed as a dependency in package.json but it is on this repo.
node_modules
prompt
Possibly related issues
calling it directly via node node_modules\ember-cli-windows\bin\ember-cli-windows so the issue is spawning it via ember-cli-windows-addon
node node_modules\ember-cli-windows\bin\ember-cli-windows
ember-cli-windows-addon
The text was updated successfully, but these errors were encountered:
I get the same issue
Sorry, something went wrong.
No branches or pull requests
Running
ember-cli-windows
v2.1.6 on my machine will not let me clear the prompt & won't accepted-h
value to proceed without it.in powershell I am not able to type in any input and in cmd I can type a value but once I hit enter the prompt hangs.
I noticed in my local
node_modules
folder it does not haveprompt
listed as a dependency in package.json but it is on this repo.Possibly related issues
calling it directly via
node node_modules\ember-cli-windows\bin\ember-cli-windows
so the issue is spawning it via
ember-cli-windows-addon
The text was updated successfully, but these errors were encountered: