question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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-win32-x64.tar.gz

See original GitHub issue

I try to publish win on Mac 10.13.6 but got failed

  • Version: node:10.15.0 electron:4.0.1 electron-builder=latest

  • Target: win

Error: npm exited with code 1
Output:

> fsevents@1.2.7 install /Users/zhangzhechong/WebstormProjects/webox/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 '/Users/zhangzhechong/.nvm/versions/node/v10.15.0/bin/node /Users/zhangzhechong/.nvm/versions/node/v10.15.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/zhangzhechong/WebstormProjects/webox/node_modules/fsevents/lib/binding/Release/electron-v4.0-win32-x64/fse.node --module_name=fse --module_path=/Users/zhangzhechong/WebstormProjects/webox/node_modules/fsevents/lib/binding/Release/electron-v4.0-win32-x64 --napi_version=3 --node_abi_napi=napi' (1)
  COPY /Users/zhangzhechong/WebstormProjects/webox/node_modules/fsevents/lib/binding/Release/electron-v4.0-win32-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-win32-x64.tar.gz 
node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.7 and electron@4.0.1 (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.1 (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 
rm: ./Release/.deps/Release/obj.target/fse/fsevents.o.d.raw: No such file or directory
make: *** [Release/obj.target/fse/fsevents.o] Error 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/Users/zhangzhechong/.nvm/versions/node/v10.15.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
gyp ERR! System Darwin 17.7.0
gyp ERR! command "/Users/zhangzhechong/.nvm/versions/node/v10.15.0/bin/node" "/Users/zhangzhechong/.nvm/versions/node/v10.15.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/zhangzhechong/WebstormProjects/webox/node_modules/fsevents/lib/binding/Release/electron-v4.0-win32-x64/fse.node" "--module_name=fse" "--module_path=/Users/zhangzhechong/WebstormProjects/webox/node_modules/fsevents/lib/binding/Release/electron-v4.0-win32-x64" "--napi_version=3" "--node_abi_napi=napi"
gyp ERR! cwd /Users/zhangzhechong/WebstormProjects/webox/node_modules/fsevents
gyp ERR! node -v v10.15.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok 
node-pre-gyp ERR! build error 
node-pre-gyp ERR! stack Error: Failed to execute '/Users/zhangzhechong/.nvm/versions/node/v10.15.0/bin/node /Users/zhangzhechong/.nvm/versions/node/v10.15.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/zhangzhechong/WebstormProjects/webox/node_modules/fsevents/lib/binding/Release/electron-v4.0-win32-x64/fse.node --module_name=fse --module_path=/Users/zhangzhechong/WebstormProjects/webox/node_modules/fsevents/lib/binding/Release/electron-v4.0-win32-x64 --napi_version=3 --node_abi_napi=napi' (1)
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/Users/zhangzhechong/WebstormProjects/webox/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:962:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
node-pre-gyp ERR! System Darwin 17.7.0
node-pre-gyp ERR! command "/Users/zhangzhechong/.nvm/versions/node/v10.15.0/bin/node" "/Users/zhangzhechong/WebstormProjects/webox/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Users/zhangzhechong/WebstormProjects/webox/node_modules/fsevents
node-pre-gyp ERR! node -v v10.15.0
node-pre-gyp ERR! node-pre-gyp -v v0.10.3
node-pre-gyp ERR! not ok 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fsevents@1.2.7 install: `node install`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the fsevents@1.2.7 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/CoreServices are out of sync. Falling back to library file for linking.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/zhangzhechong/.npm/_logs/2019-01-20T15_08_51_254Z-debug.log
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.

    at ChildProcess.childProcess.once.code (/Users/zhangzhechong/WebstormProjects/webox/node_modules/builder-util/src/util.ts:244:14)
    at Object.onceWrapper (events.js:273:13)
    at ChildProcess.emit (events.js:182:13)
    at maybeClose (internal/child_process.js:962:16)
    at Socket.stream.socket.on (internal/child_process.js:381:11)
    at Socket.emit (events.js:182:13)
    at Pipe._handle.close (net.js:610:12)
From previous event:
    at _rebuild (/Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/src/util/yarn.ts:179:5)
    at rebuild (/Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/out/util/yarn.js:163:19)
    at /Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/src/util/yarn.ts:20:11
    at Generator.next (<anonymous>)
    at runCallback (timers.js:705:18)
    at tryOnImmediate (timers.js:676:5)
    at processImmediate (timers.js:658:5)
From previous event:
    at _installOrRebuild (/Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/out/util/yarn.js:71:28)
    at installOrRebuild (/Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/out/util/yarn.js:55:28)
    at /Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/src/packager.ts:511:13
    at Generator.next (<anonymous>)
From previous event:
    at Packager.installAppDependencies (/Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/src/packager.ts:472:70)
    at /Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/src/packager.ts:420:20
    at Generator.next (<anonymous>)
From previous event:
    at Packager.doBuild (/Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/src/packager.ts:396:24)
    at /Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/src/packager.ts:366:57
    at Generator.next (<anonymous>)
    at /Users/zhangzhechong/WebstormProjects/webox/node_modules/graceful-fs/graceful-fs.js:111:16
    at /Users/zhangzhechong/WebstormProjects/webox/node_modules/graceful-fs/graceful-fs.js:45:10
    at FSReqWrap.oncomplete (fs.js:141:20)
From previous event:
    at Packager._build (/Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/src/packager.ts:335:133)
    at /Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/src/packager.ts:331:23
    at Generator.next (<anonymous>)
    at runCallback (timers.js:705:18)
    at tryOnImmediate (timers.js:676:5)
    at processImmediate (timers.js:658:5)
From previous event:
    at Packager.build (/Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/src/packager.ts:288:14)
    at build (/Users/zhangzhechong/WebstormProjects/webox/node_modules/app-builder-lib/src/index.ts:59:28)
    at build (/Users/zhangzhechong/WebstormProjects/webox/node_modules/electron-builder/src/builder.ts:227:10)
    at then (/Users/zhangzhechong/WebstormProjects/webox/node_modules/electron-builder/src/cli/cli.ts:46:19)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:13 (1 by maintainers)

github_iconTop GitHub Comments

12reactions
shyaaamcommented, Feb 27, 2019

As mentioned here, https://github.com/electron-userland/electron-builder/issues/3671#issuecomment-466137111

running

npm i --save-dev node@8.15.0

and then building, got me through without errors. It worked for me anyways, without being have to switch to yarn.

9reactions
cemretokcommented, Nov 7, 2019

Just try to delete package-lock.json then try it again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ask Question - Stack Overflow
Same error: node-pre-gyp ERR! Tried to download(404): https://node-inspector.s3.amazonaws.com/debug/v1.0.1/node-v57-win32-x64.tar.gz ...
Read more >
falling back to source compile with node-gyp - You.com
The tar.gz you are trying to download gives a 404. Try to install bcryct with that : npm install bcrypt. Complete install procedure...
Read more >
node-pre-gyp - npm
Node.js native addon binary install tool. Latest version: 0.17.0, last published: 2 years ago. Start using node-pre-gyp in your project by ...
Read more >
Problems with npm install after loading project files. - Treehouse
Tried to download : https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.0.14/fse-v1.0.14-node-v64-darwin-x64.tar.gz node-pre-gyp ERR!
Read more >
tojocky/node-printer - Gitter
... node-pre-gyp WARN Tried to download(404): https://github.com/tojocky/node-printer/releases/download/0.3.0/node_printer-v0.3.0-node-v72-win32-x64.tar.gz ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found