P
P
Paltos2019-05-01 09:01:09
Node.js
Paltos, 2019-05-01 09:01:09

How to make sound notifications in nodejs gulp?

Tell me how to make sound notifications, for example, when a sass compilation error occurs, etc.
I use the ConEmu console, tested a couple of gutil, beeper packages and something else .. in general, there is no sound. Checked in the standard cmd.exe console, the Windows system sound is normal.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
U
Um4a, 2019-11-26
@Um4a

Hello, I've been struggling with this problem for a long time. There are two solutions that my colleague and I came up with :
1) Enlarge the content so that a scrollbar appears, closing this area.
2) Visually remove the scrollbar (reduce to zero) like this:

::-webkit-scrollbar {width: 0; background: transparent;}

D
Demidurg, 2020-04-07
@Demidurg

This indentation is most likely the result of displaying the ::after pseudo-element.
If it does not carry any semantic load, then simply remove it, it should work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question