Installing Cypress for every project I work on takes too much space
See original GitHub issue- Operating System: Mac OS X
- Cypress Version: 1.0.3
- Browser Version: N/A
Is this a Feature or Bug?
Bug
Current behavior:
npm install cypress
installs the Electron app for every project i do it on. It’s heavy: 320MB. Which means that since I have it installed on 4 projects, almost a gig of disk space is wasted on an electron app duplicated 4 times 😦
Desired behavior:
Make the primary method of installing the cypress app system or user global
How to reproduce:
npm install cypress
Test code:
du -hs node_modules/cypress/
Additional Info (images, stack traces, etc)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Troubleshooting | Cypress Documentation
Open Cypress via cypress open · Go to Developer Tools -> View App Data · This will take you to the directory in...
Read more >Cypress failed to start on Windows - Stack Overflow
It looks like you are missing a library or dependency, simply run: npm install to install all missing libraries and dependencies required in...
Read more >2 How To Download and Install Cypress On Windows 10
In this video, I will show you how to download and install cypress in windows 10 and we will verify that basic test...
Read more >How to install and configure cypress on windows 10 - YouTube
First: Cypress helps you set up and start writing tests every day while ... install Cypress locally as a dev dependency for your...
Read more >Cypress Tutorial for Beginners- Installation and Project set up
Cypress Tutorial for Beginners - This video demonstrates the installation and project set up for Cypress.In general, this Cypress Automation ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Could you install it globally (which means you are using same version, just like with any globally installed tool) and use it?
A headless version sounds perfect. Should I open a separate issue for that? would you be open to a PR that allows a headless version?