ng new --style stylus doesn't install stylus. #986
Labels
effort2: medium (days)
feature
Issue that requests a new feature
P5
The team acknowledges the request but does not plan to address it, it remains open for discussion
Currently when starting a new project with css preprocessor flag (eg.
ng new --style stylus
) the appropriate preprocessor isn't installed as part of the project initialization, leaving the user to install it manually afterwards and with a broken project (see #971 (comment)).The CLI should install the preprocessors automatically.
The text was updated successfully, but these errors were encountered: