Skip to content

Instantly share code, notes, and snippets.

@Lakitna
Created June 24, 2019 14:50
Show Gist options
  • Save Lakitna/91d6a34586558cceab4d4f8972e10b8a to your computer and use it in GitHub Desktop.
Save Lakitna/91d6a34586558cceab4d4f8972e10b8a to your computer and use it in GitHub Desktop.
> cypress@3.3.1 postinstall C:\Data\CIV_PO\e2e\node_modules\cypress
> node index.js --exec install
2019-06-24T14:48:20.668Z cypress:cli installing Cypress from NPM
2019-06-24T14:48:21.340Z cypress:cli installing with options {}
2019-06-24T14:48:21.341Z cypress:cli version in package.json is 3.3.1
2019-06-24T14:48:21.341Z cypress:cli Using CYPRESS_INSTALL_BINARY from environment variable
2019-06-24T14:48:21.341Z cypress:cli Using CYPRESS_INSTALL_BINARY from environment variable
2019-06-24T14:48:21.341Z cypress:cli using environment variable CYPRESS_INSTALL_BINARY C:/temp/cypress.zip
2019-06-24T14:48:21.351Z cypress:cli Reading binary package.json from: C:\Users\Lakitna\AppData\Local\Cypress\Cache\3.3.1\Cypress\resources\app\package.json
2019-06-24T14:48:21.352Z cypress:cli no binary installed under cli version
‼ Warning: Forcing a binary version different than the default.
The CLI expected to install version: 3.3.1
Instead we will install version: C:/temp/cypress.zip
These versions may not work properly together.
2019-06-24T14:48:21.353Z cypress:cli checking local file C:/temp/cypress.zip cwd C:\Data\CIV_PO\e2e\node_modules\cypress
2019-06-24T14:48:21.354Z cypress:cli preparing to download and unzip version C:/temp/cypress.zip to path C:\Users\Lakitna\AppData\Local\Cypress\Cache\3.3.1
Installing Cypress (version: C:/temp/cypress.zip )
[?25l[16:48:21] Downloading Cypress [started]
2019-06-24T14:48:21.361Z cypress:cli needed Cypress version: C:/temp/cypress.zip
2019-06-24T14:48:21.361Z cypress:cli downloading cypress.zip to "C:\Users\Lakitna\AppData\Local\Temp\cypress.zip"
2019-06-24T14:48:21.365Z cypress:cli Downloading from https://download.cypress.io/desktop/C:/temp/cypress.zip?platform=win32&arch=x64
2019-06-24T14:48:21.365Z cypress:cli Saving file to C:\Users\Lakitna\AppData\Local\Temp\cypress.zip
2019-06-24T14:48:21.441Z cypress:cli URL: https://download.cypress.io/desktop/C:/temp/cypress.zip?platform=win32&arch=x64
Error: self signed certificate in certificate chain
[16:48:21] Downloading Cypress [failed]
[16:48:21] → The Cypress App could not be downloaded.
Please check network connectivity and try again:
----------
URL: https://download.cypress.io/desktop/C:/temp/cypress.zip?platform=win32&arch=x64
Error: self signed certificate in certificate chain
----------
Platform: win32 (10.0.17134)
Cypress Version: 3.3.1
[?25hThe Cypress App could not be downloaded.
Please check network connectivity and try again:
----------
URL: https://download.cypress.io/desktop/C:/temp/cypress.zip?platform=win32&arch=x64
Error: self signed certificate in certificate chain
----------
Platform: win32 (10.0.17134)
Cypress Version: 3.3.1
[?25hnpm WARN chai-string@1.5.0 requires a peer of chai@^4.1.2 but none is installed. You must install peer dependencies yourself.
npm WARN civ-frontend-e2e@1.0.0 No repository field.
npm WARN civ-frontend-e2e@1.0.0 No license field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! cypress@3.3.1 postinstall: `node index.js --exec install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cypress@3.3.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Data\npm\cache\_logs\2019-06-24T14_48_22_251Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment