__webpack.hmr Error 404 not found

I had a lot of issues installing Sage with Tailwind in the first place, got a lot of dependency errors. Found a lot of other users with similar issues with v9.0.10. Came across the following repo:

This solved all my issues. I installed this way:

  • Local environment runs with XAMPP
  • Installed WP
  • Installed Composer, Node.js and Yarn
  • Went through the steps explained here (knowler): Using Tailwind CSS with Sage 9 + Webpack
  • Ran yarn && yarn build and then yarn start

Hope this helps!