You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: