Closed
Description
Is this a Feature or Bug?
Bug
Current behavior:
When I run npm install cypress
everything works nicely 👍 But when I redo the command it is not picking up on the fact that it is already installed and unpacked, which can cost a lot of time.
Desired behavior:
Cypress not downloading and unpacking itself when there is already a cypress folder.
How to reproduce:
npm install cypress
on an existing project where cypress is installed already.