Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you have a minimal set of production dependencies for cypress? #7377

Closed
WinstonN opened this issue May 16, 2020 · 3 comments
Closed

Do you have a minimal set of production dependencies for cypress? #7377

WinstonN opened this issue May 16, 2020 · 3 comments

Comments

@WinstonN
Copy link

Hello

Looking at https://github.com/cypress-io/cypress/blob/develop/package.json#L79
I only see devDependencies
As I understand it, these include dependencies used for contributing to the project, but might not be needed to just simply run cypress

Can you point me to documentation, or a file, where I can see a minimal set of dependencies needed to run cypress via cli

I tried, npm install --production but this failed with quite a few errors

Thanks!

@jennifer-shehane
Copy link
Member

The cypress repo is a monorepo of several packages that are later built into a deployed cypress npm package. You should be able to see the dependencies of the actual cypress CLI package here: https://www.npmjs.com/package/cypress

It would help knowing what you're trying to do with this information though, because I'm not sure how exactly what you're looking for.

@jennifer-shehane jennifer-shehane added stage: needs information Not enough info to reproduce the issue type: question labels May 18, 2020
@WinstonN
Copy link
Author

heya @jennifer-shehane

Thanks for the response
I'm trying to run cypress in a lambda, and essentially boil it down to a place where it will fit inside 512MB as you can see here #1232

It is a wonderful piece of software but it is also disheartening not having any buy-in from someone at cypress - I am not sure why this is the case

@WinstonN
Copy link
Author

Closing this issue - not needed anymore

@jennifer-shehane jennifer-shehane removed the stage: needs information Not enough info to reproduce the issue label Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants