[Solved] Syntax Error: Error: PostCSS received undefined instead of CSS string

Error Messages:

Syntax Error: Error: PostCSS received undefined instead of CSS string

Solution:

Excute the command: npm install sass-loader, and then npm run serve will be OK!

Read More: