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
When install all npm-packets and run npm start script ends and error shows up:
Starting the development server...
/Users/nevada/Desktop/react-controlled-components-examples/node_modules/chokidar/lib/fsevents-handler.js:28
return (new fsevents(path)).on('fsevent', callback).start();
^
TypeError: fsevents is not a constructor
at createFSEventsInstance (/Users/nevada/Desktop/react-controlled-components-examples/node_modules/chokidar/lib/fsevents-handler.js:28:11)
at setFSEventsListener (/Users/nevada/Desktop/react-controlled-components-examples/node_modules/chokidar/lib/fsevents-handler.js:82:16)
at FSWatcher.FsEventsHandler._watchWithFsEvents (/Users/nevada/Desktop/react-controlled-components-examples/node_modules/chokidar/lib/fsevents-handler.js:252:16)
at FSWatcher.<anonymous> (/Users/nevada/Desktop/react-controlled-components-examples/node_modules/chokidar/lib/fsevents-handler.js:386:25)
at LOOP (node:fs:2607:14)
at processTicksAndRejections (node:internal/process/task_queues:78:11)
Node.js v17.1.0
The text was updated successfully, but these errors were encountered:
When install all npm-packets and run
npm start
script ends and error shows up:The text was updated successfully, but these errors were encountered: