Uma (solução alternativa) é excluir o diretório node_modules/
e, em seguida, repetir
npm install
npm start
Eu recebo este erro ao fazer o npm install
$ npm install
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
Não tenho certeza de como contornar isso. Ele diz aviso, mas quando eu faço npm começo eu recebo:
$ npm start
> [email protected] start /home/durrantm/Dropbox/92_2017/work/code/javascri
pt/react/react_speed_book/react-speed-book
> NODE_ENV=development webpack-dev-server --inline
events.js:141
throw er; // Unhandled 'error' event
^
Uma (solução alternativa) é excluir o diretório node_modules/
e, em seguida, repetir
npm install
npm start