question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

7reactions
bahmutovcommented, Nov 14, 2017

Could you install it globally (which means you are using same version, just like with any globally installed tool) and use it?

npm i -g cypress
cypress open
3reactions
nwwellscommented, Nov 17, 2017

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found