Closed Ratikant01 closed 6 years ago
Thanks for reporting this issue. However, this issue is a duplicate of an existing issue #9020. Please subscribe to that issue for future updates.
The same problem i faced today.
I found my CLI was not upgraded. I upgraded my CLI globally and locally and it worked fine. So always its good to upgrade our Angular CLI and then try to install packages.
You might find this kind of error as Angular-cli uses src folder so you have to go to one directory back
Just update this path in you angular-cli.json file:
"styles": [ "../node_modules/bootstrap/dist/css/bootstrap.min.css" , "styles.css" ],
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Not able to add bootstrap css/scss to angular-cli.json style list - getting below error!
"styles": [ "../node_modules/bootstrap/dist/css/bootstrap.min.css", "styles.scss" ],
Versions
Repro steps
Observed behavior