node - Não é compatível com o seu sistema operacional ou arquitetura: fsevents @ 1.1.2

0

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
      ^
    
por Michael Durrant 16.07.2017 / 12:51

1 resposta

0

Uma (solução alternativa) é excluir o diretório node_modules/ e, em seguida, repetir

npm install
npm start
    
por Michael Durrant 16.07.2017 / 13:07