FSevent binaries not found
See original GitHub issue- Version: 20.38.5
- Target: macOS
When trying to build the binaries, there is an attempt to download the file https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.7/fse-v1.2.7-electron-v4.0-darwin-x64.tar.gz . However, a 404 error is thrown since the file does not exist. I also tried to download it manually, but it seems like it does not exist at all.
This is the stacktrace:
• electron-builder version=20.38.5
• loaded configuration file=package.json ("build" field)
• rebuilding native production dependencies platform=darwin arch=x64
Error: /usr/local/bin/node exited with code 1
Output:
> fsevents@1.2.7 install /Users/USER/WebstormProjects/PROGRAM_NAME/node_modules/fsevents
> node install
SOLINK_MODULE(target) Release/.node
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o
CXX(target) Release/obj.target/fse/fsevents.o
SOLINK_MODULE(target) Release/fse.node
Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/USER/WebstormProjects/PROGRAM_NAME/node_modules/fsevents/lib/binding/Release/electron-v4.0-darwin-x64/fse.node --module_name=fse --module_path=/Users/USER/WebstormProjects/PROGRAM_NAME/node_modules/fsevents/lib/binding/Release/electron-v4.0-darwin-x64 --napi_version=3 --node_abi_napi=napi' (1)
COPY /Users/USER/WebstormProjects/PROGRAM_NAME/node_modules/fsevents/lib/binding/Release/electron-v4.0-darwin-x64/fse.node
TOUCH Release/obj.target/action_after_build.stamp
Error output:
node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.7/fse-v1.2.7-electron-v4.0-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.7 and electron@4.0.4 (electron-v4.0 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Pre-built binaries not installable for fsevents@1.2.7 and electron@4.0.4 (electron-v4.0 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error Connection closed while downloading tarball file
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:13
Top Results From Across the Web
Pre-built binaries not found for fsevents@1.2.4 and node ...
Pre-built binaries not found for fsevents@1.2.4 and node@13.1.0 #297 ... download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com ...
Read more >Meteor Update Error: Pre-built binaries not found for fsevents ...
To do so, go to your .meteor/versions file inside your meteor project and change the 2.15.2 for 2.15.1 and give it a try....
Read more >Ran into a bunch of errors when trying to install the mobile dev ...
Pre-built binaries not found for fsevents@1.1.3 and node@10.15.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
Read more >Yarn errors new install - sage - Roots Discourse
I can't run yarn after a fresh Sage install. Full error output is a tad long but I guess solving the node-pre-gyp error...
Read more >Dependency installation error on fsevents 1.2.4 with Node.js 12
We can't install indirect dependency fsevents 1.2.4 Node module with ... node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.4 ...
Read more >Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The most simplest way using npm I found 😄
Same problem here