npm install fsevent retorna erros

0

Olá, estou tentando instalar o fsevent com o npm. Por isso, uso as seguintes versões:

  • Nó: 4.2.6
  • NPM: 3.5.2
  • SO: Ubuntu 16.04 LTS

Estou executando a declaração

npm install fsevent --no-optional --save react-redux

Após a execução, recebo os seguintes erros no console

npm ERR! Linux 4.4.0-45-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"      
"fsevent"     "--no-optional" "--save" "react-redux"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on     
https://registry.npmjs.org/fsevent
npm ERR! 404 
npm ERR! 404  'fsevent' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name 
yourself!)
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/erik/git/test/npm-debug.log
    
por Erik hoeven 18.11.2016 / 08:55

1 resposta

0

é fsevents com um "s" no final.

    
por Francis Lewis 26.07.2017 / 21:03