I am getting an error, visible via the browser inspector after installing Bulma
I have angular-10.
The steps I took are
npm -i bulma. The bulma directory is in node_modules/bulma
npm i -D @creativebulma/bulma-collapsible
Load javascript in angular.json as
"styles": [ "src/styles.css", "./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css", "./node_modules/bulma/css/bulma.css" ],
Load the css in a component css file
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css'; @import '~bulma/css/bulma.css';
The error message via the console is
Could not load content for http://localhost:4200/node_modules/bulma/css/bulma.css