How to add and configure npm packages to Laravel 5.4.* and make them work in right way?
Pre-history:
I was looking a video of adding NOTY npm lib to Laravel 5.3, it uses gulpfile.js. So how to make it work in 5.4.
I think npm install noty is not enough.