'Unable to remove Bootstrap Dependency From Angular 13

I have removed all the bootstrap references from package.json and styles but still I am getting the error - no such file or directory, lstat 'angular-src\node_modules\bootstrap'. I checked the logs the error is coming from @angular-devkit/build-angular(13.3.5).

enter image description here



Solution 1:[1]

Were you serving the application while you did these steps?

If you did:

Stop the application in the terminal with:

Ctrl + C

And serve the application again with:

ng serve

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1