Skip to content

Commit

Permalink
yarn is now installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Jan 24, 2020
1 parent f28525f commit b82a3ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ platform:
install:
- ps: Install-Product node $env:nodejs_version $env:platform
# upgrade npm
- choco install yarn
- yarn global add @bahmutov/print-env@1
# Output useful info for debugging.
- node --version
Expand Down

4 comments on commit b82a3ec

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b82a3ec Jan 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.8.3/linux-x64/circle-issue-5477-replace-npm-with-yarn-b82a3ec1d92b3dfe19c7fc44c1bf18156c56666c-235922/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.8.3/circle-issue-5477-replace-npm-with-yarn-b82a3ec1d92b3dfe19c7fc44c1bf18156c56666c-235913/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b82a3ec Jan 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.8.3/darwin-x64/circle-issue-5477-replace-npm-with-yarn-b82a3ec1d92b3dfe19c7fc44c1bf18156c56666c-235929/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.8.3/circle-issue-5477-replace-npm-with-yarn-b82a3ec1d92b3dfe19c7fc44c1bf18156c56666c-235918/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b82a3ec Jan 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.8.3/win32-ia32/appveyor-issue-5477-replace-npm-with-yarn-b82a3ec1d92b3dfe19c7fc44c1bf18156c56666c-30340490/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.8.3/win32-ia32/appveyor-issue-5477-replace-npm-with-yarn-b82a3ec1d92b3dfe19c7fc44c1bf18156c56666c-30340490/cypress.zip

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b82a3ec Jan 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

set CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.8.3/win32-x64/appveyor-issue-5477-replace-npm-with-yarn-b82a3ec1d92b3dfe19c7fc44c1bf18156c56666c-30340490/cypress.zip
npm install https://cdn.cypress.io/beta/binary/3.8.3/win32-x64/appveyor-issue-5477-replace-npm-with-yarn-b82a3ec1d92b3dfe19c7fc44c1bf18156c56666c-30340490/cypress.zip

Please sign in to comment.