Search code examples
linuxlaravelvue.jsnotificationslaravel-mix

Laravel-mix no build notification


I'm using Vue.js and Laravel-Mix, when I save the project I don't receive any notification like this :

Build Successful notification

I'm running npm run watch. My console doesn't display any errors / warnings when I compile.

enter image description here

I already checked the webpack.mix.js for mix.disableSuccessNotifications(); and I don't have that on my file, my notifications are working on my OS. I'm using Linux Mint.

I have this on package.json:

"watch": "node_modules/.bin/webpack --watch --watch-poll --config=node_modules/laravel-mix/setup/webpack.config.js",
  • npm : 3.10.10
  • node : 6.14.1

I have a friend that has the same project and he gets the notification "Build Successful"


Solution

  • Check that you have notify-send installed.

    follow this if you have any issues https://community.linuxmint.com/tutorial/view/2177