-
Notifications
You must be signed in to change notification settings - Fork 12
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
Configuration for "only" project AngularCLI #94
Comments
I guess you are trying to configure the global preferences, not the project specific preferences right? |
Yes, that's what I was doing.
Probably that should be the best option for now (or only show a warning, not an error; if that's possible). |
But I guess, the Project-Creation WIzard should be customized again to be able to use the global configuration. |
@Springrbua can we close this issue? |
Yea I think we can close this. |
Does this require an update to the documentation? |
If you want to "only" use the project instance of AngularCLI (ng command) by "always" setting the install option when creating a new Angular Project, and then you access AngularCLI preferences (Preferences --> JavaScript --> TypeScript --> Angular --> CLI) you get an error message when trying to leave preferences page.
If you keep the default "ng configuration" as "Use ng global installation" and you don't have a global ng installed (as is my case) you get an:
error message that prevents you from leaving the page.
If you change the option to "Use ng custom installation" and select the default value of "${project_loc:node_modules/.bin}" you get the same error message that prevents you from leaving.
The only way to leave the preferences page is by pressing Cancel button (despite you have or have not touched anything).
The text was updated successfully, but these errors were encountered: