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.

Travis NSIS EPIPE error

See original GitHub issue
  • Version: 19.24.1
  • Target: Windows, Linux | ia32, x64

I have the following .travis.yml, and I get the following error in the Travis log.

dist: trusty
sudo: required

language: node_js
node_js: '8'

env:
  global:
    - ELECTRON_CACHE=$HOME/.cache/electron
    - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder

os:
  - linux

cache:
  directories:
    - node_modules
    - "$HOME/.cache/electron"
    - "$HOME/.cache/electron-builder"
    - "$HOME/.npm/_prebuilds"

addons:
  apt:
    packages:
    - libsecret-1-0

before_install:
  - mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v2.2.0/git-lfs-linux-amd64-2.2.0.tar.gz | tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
  - curl -L https://yarnpkg.com/latest.tar.gz | tar xvz && mv dist $HOME/.yarn
  - export PATH="$HOME/.yarn/bin:$PATH"
  - sudo add-apt-repository ppa:ubuntu-wine/ppa -y && sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list && sudo apt-get update && sudo apt-get install --no-install-recommends -y mono-devel ca-certificates-mono wine1.8 gcc-multilib g++-multilib icnsutils graphicsmagick xz-utils

install:
  - yarn

script:
  - yarn dist --linux --win --ia32 --x64

before_cache:
  - rm -rf $HOME/.cache/electron-builder/wine

branches:
  except:
  - "/^v\\d+\\.\\d+\\.\\d+$/"
Building NSIS installer
  Packaging NSIS installer for arch x64
  Packaging NSIS installer for arch ia32
Downloading nsis-3.0.1.13, please wait
Downloading nsis-resources-3.1.0, please wait
Error: write EPIPE
    at _errnoException (util.js:1041:11)
    at WriteWrap.afterWrite (net.js:858:14)
error Command failed with exit code 1.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:44 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
ghostcommented, Jan 7, 2020

A shitton of people are having this problem. Stop making them stale,

3reactions
albertotorresfoltyncommented, Jul 12, 2018

Same thing here… running as cli version 20.20.4 under centos 7 (wine is installed)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kill fork on windows throws "write EPIPE" - node.js
The reason for the error is that the daemon is not yet listening when we send it the SIGTERM signal: The solution is...
Read more >
Openafs 1.4.15 ChangeLog
The new test is based on a call, and that will generate a warning but not an error when the arguments don't match...
Read more >
Untitled
Travis porter like ag lyrics, Krays legend soundtrack, How i met your mother ... In the family joanna rudnick youtube, Epipe error write,...
Read more >
Untitled
Moore persaud 2008, Vallioor online, Bridge connection not working windows 7, ... 1900 dollar value today, Travis tarpley draft, Kleid materialmix, ...
Read more >
Unbound - Download - NLnet Labs
Unbound 1.17.0 (Current version) · Features · Bug Fixes.
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