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"
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With