fsevents download failed, 404 response

Created on 7 Jun 2019  路  4Comments  路  Source: fsevents/fsevents

灞忓箷蹇収 2019-06-07 涓嬪崍8 37 48

> [email protected] install /Users/towry/moseeker/hr_fe/node_modules/fsevents
> node install

node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp)

Most helpful comment

@iamlockelightning I forgot ...

You can try removing package-lock.json and node_modules then install again. removing package-lock.json is important.

Or you can make sure this package is compatible with your node version.

All 4 comments

Hi @towry , may I ask how did you solve it? I met the same problem. :<

@iamlockelightning I forgot ...

You can try removing package-lock.json and node_modules then install again. removing package-lock.json is important.

Or you can make sure this package is compatible with your node version.

YES!!
Just solve the problem. The package-lock.json, it may contain dependency that requires fsevents at a low level like 1.1.0, which bothered me the whole day. Just delete the package-lock.json and install [email protected] and npm install. No error comes!
Thank you @towry !!

No, removing lock-files doesn't help. Could you elaborate on your suggestion, please?

Was this page helpful?
0 / 5 - 0 ratings