-
Notifications
You must be signed in to change notification settings - Fork 161
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
ng add igniteui-angular
adds igniteui-cli
package to both dependencies and devDependencies.
#3254
Comments
@SlavUI , I think this issue should be handled on this repo because
|
I think I found the root cause. I checked That's way this issue is occurring.
|
Actual cause is pretty simple - optional dependencies get moved to dependencies during the |
Description
ng add igniteui-angular
addsigniteui-cli
package to both dependencies and devDependencies.Steps to reproduce
Result
Expected result
ng add igniteui-angular
should addigniteui-cli
package only to devDependencies.Attachments
None.
The text was updated successfully, but these errors were encountered: