mikaelbr / node-notifier

A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
MIT License
5.73k stars 322 forks source link

TypeError: net.connect is not a function #389

Open jonahnelson opened 2 years ago

jonahnelson commented 2 years ago

I'm using React, and in the App.js file, I just tried const notifier = require('node-notifier'); notifier.notify('Started RH'); (also tried import notifier from 'node-notifier in that first line of course) and when running locally, it gives the error 'TypeError: net.connect is not a function'. Does anyone know why?