npm install fsevent 返回错误

npm install fsevent 返回错误

您好,我正在尝试使用 npm 安装 fsevent。因此我使用以下版本:

  • 节点: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

答案1

它的fsevents末尾有一个“s”。

相关内容