Angular ERROR: PostCSS received undefined instead of CSS string

This can sometimes happen if node-sass was compiled for a different version of Node.js than you’re currently running (ie if you’ve recently changed your Node.js version). You can fix that with:

npm rebuild node-sass

Leave a Comment