Ao clonar o repositório, dar npm install e tentar iniciar o servidor como npm start, o projeto dá um erro e não inicializa.
/Users/filipe.cunha/Dropbox/estudos/Material-ui/alura/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/filipe.cunha/Dropbox/estudos/Material-ui/alura/node_modules/chokidar/lib/fsevents-handler.js:28:11)
at setFSEventsListener (/Users/filipe.cunha/Dropbox/estudos/Material-ui/alura/node_modules/chokidar/lib/fsevents-handler.js:82:16)
at FSWatcher.FsEventsHandler._watchWithFsEvents (/Users/filipe.cunha/Dropbox/estudos/Material-ui/alura/node_modules/chokidar/lib/fsevents-handler.js:252:16)
at FSWatcher.<anonymous> (/Users/filipe.cunha/Dropbox/estudos/Material-ui/alura/node_modules/chokidar/lib/fsevents-handler.js:386:25)