I'm using Vue.js and Laravel-Mix, when I save the project I don't receive any notification like this :
I'm running npm run watch
. My console doesn't display any errors / warnings when I compile.
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",
I have a friend that has the same project and he gets the notification "Build Successful"
Check that you have notify-send
installed.
follow this if you have any issues https://community.linuxmint.com/tutorial/view/2177