-
Notifications
You must be signed in to change notification settings - Fork 12k
3rd party libs installer prompts misleading #152
New issue
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
Comments
Yes, default answer is "N" and I think its not a bug if it doesn't walk you through the rest of the setup if you answer N(o). |
This means I understood wrong? |
[bla]$ ng install ng2-jwt
warning: An ember-addon has attempted to override the core command "install". The addon command will be used as the overridding was explicit.
version: 1.13.15
Installing 3rd party package: ng2-jwt...
Package successfully installed.
[?] Would you like to inject the installed packages into your app automatically? (N/y) N
Done.
[bla]$ ng install ng2-jwt
warning: An ember-addon has attempted to override the core command "install". The addon command will be used as the overridding was explicit.
version: 1.13.15
Installing 3rd party package: ng2-jwt...
Package successfully installed.
[?] Would you like to inject the installed packages into your app automatically? (N/y) Y
[?] What is the path to the file which bootstraps your app? (/Users/jan/Desktop/bla/src/app.ts)
.
.
. Is that not right? I cannot repeat your "bug", please tell me the scenario. |
I believe the first prompt is a tad misleading... Don't get me wrong, the above example applies to me as well.. There's no bug installing the libs |
Maybe you're right. If someone else see it as misleading, we will change the questions or the sequence. |
@wearska you were right, prompts is a bit misleading. Also, I found some bugs myself and I will make fixes through the weekend. When you will have time, please provide questions in order (with default answers) how would you initialize the prompt and I will rework the code so. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Great feature this, but there's a bug:
After you install a package, the prompt asks you if you want to automatically inject it. Default answer is "N", but if you hit enter, it says "Done" and doesn't walk you through the rest of the setup.
On a different note, I can't find any documentation / guidelines on how to use it.
Readme needs to be updated to at least say it exists.
The text was updated successfully, but these errors were encountered: