npm устанавливают ошибки возвратов fsevent

Привет я пытаюсь установить fsevent с npm. Поэтому я использую следующие версии:

  • Узел: 4.2.6
  • NPM: 3.5.2
  • ОС: Ubuntu 16.04 LTS

Я выполняю оператор

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

После выполнения я возвращаю следующие ошибки в консоли

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
0
задан 18 November 2016 в 10:59

1 ответ

это fsevents с "s" на конце.

0
ответ дан 28 September 2019 в 04:05

Другие вопросы по тегам:

Похожие вопросы: