You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than needing to introduce an environment variable outside of npm land, it would be nice to specify a cypress_binary_version npm config inside the .npmrc file.
This means our devs only need to type npm install, and don't need to think about specifying environment variables.
Current behavior:
https://docs.cypress.io/guides/getting-started/installing-cypress.html#Environment-Variables
Desired behavior:
Rather than needing to introduce an environment variable outside of npm land, it would be nice to specify a
cypress_binary_version
npm config inside the .npmrc file.This means our devs only need to type
npm install
, and don't need to think about specifying environment variables.This is how PhantomJS does it.
https://github.com/Medium/phantomjs#deciding-where-to-get-phantomjs
How to reproduce:
npm install
The text was updated successfully, but these errors were encountered: