Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the Cypress GUI in Linux fails #267

Closed
cdownard opened this issue Oct 14, 2016 · 1 comment
Closed

Updating the Cypress GUI in Linux fails #267

cdownard opened this issue Oct 14, 2016 · 1 comment

Comments

@cdownard
Copy link

I'm on Ubuntu 16.04

This is the info @brian-mann gave me:

{
 '0': 
   { Error: Command failed: tar -zxvf "/tmp/cypress.zip" >/dev/null
   gzip: stdin has more than one entry--rest ignored
   tar: Child returned status 2
   tar: Error is not recoverable: exiting now

     at ChildProcess.exithandler (child_process.js:218:12)
     at emitTwo (events.js:106:13)
     at ChildProcess.emit (events.js:191:7)
     at maybeClose (internal/child_process.js:877:16)
     at Socket.<anonymous> (internal/child_process.js:334:11)
     at emitOne (events.js:96:13)
     at Socket.emit (events.js:188:7)
     at Pipe._handle.close [as _onclose] (net.js:493:12)

     killed: false,
     code: 2,
     signal: null,
     cmd: 'tar -zxvf "/tmp/cypress.zip" >/dev/null' },
  '1': '',
  '2': 'gzip: stdin has more than one entry--rest ignored\ntar: Child returned status 2\ntar: Error is not recoverable: exiting now\n' }
{ Error: Command failed: tar -zxvf "/tmp/cypress.zip" >/dev/null
gzip: stdin has more than one entry--rest ignored
tar: Child returned status 2
tar: Error is not recoverable: exiting now

  at ChildProcess.exithandler (child_process.js:218:12)
  at emitTwo (events.js:106:13)
  at ChildProcess.emit (events.js:191:7)
  at maybeClose (internal/child_process.js:877:16)
  at Socket.<anonymous> (internal/child_process.js:334:11)
  at emitOne (events.js:96:13)
  at Socket.emit (events.js:188:7)
  at Pipe._handle.close [as _onclose] (net.js:493:12)

  killed: false,
  code: 2,
  signal: null,
  cmd: 'tar -zxvf "/tmp/cypress.zip" >/dev/null' 
}
@brian-mann
Copy link
Member

To currently work-around this simply type this in your terminal:

cypress install

Or just redownload cypress from scratch.

@kuceb kuceb closed this as completed Feb 16, 2018
@cypress-io cypress-io locked as resolved and limited conversation to collaborators Dec 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants