
> [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)
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?
Most helpful comment
@iamlockelightning I forgot ...
You can try removing
package-lock.jsonandnode_modulesthen install again. removingpackage-lock.jsonis important.Or you can make sure this package is compatible with your node version.