Laravel-mix no build notification Laravel-mix no build notification vue.js vue.js

Laravel-mix no build notification


Using Linux Mint 18.3, I needed to install the libnotify-bin package to have notifications displayed. Probably works on Ubuntu as well:

sudo apt-get install -y libnotify-bin


I know this is too old to answer but I fixed it by just turning the notification on in my settings.

  1. Go to settings.
  2. Search for notification.
  3. Scroll down until you see terminal-notifier.
  4. Click, and turn it on.
  5. Run npm run watch again.

P.S. I'm using macOS Catalina