Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Não consigo inicializar o projeto

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)
1 resposta
solução!

Baixei o zip e por ele também não consigo incializar