@rizkit – I found the fix and it’s simple. Just run npm i -d postcss and the problem is solved.
Basically, you need both gulp-postcss and postcss plugins in your dependencies for this to work correctly. I’m assuming the gulp-postcss plugin will need to update the postcss package reference in the project to fix it properly, so we only need to include gulp-postcss in the future.