I am trying to startup Angular using ng serve command.
And I immediately run into the following issue
ERROR in multi ./src/styles.scss ../node_modules/bulma/css/bulma.css Module not found: Error: Can't resolve 'C:\client\node_modules\bulma\css\bulma.css' in 'C:\client\ngpop'
I can confirm that the bulma.css exists in the location.
Any ideas