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

uuid version and support index.js require seems not working #145

Closed
visunext opened this issue Aug 19, 2021 · 1 comment
Closed

uuid version and support index.js require seems not working #145

visunext opened this issue Aug 19, 2021 · 1 comment

Comments

@visunext
Copy link

After a fresh installation of the test suite, I kept getting the error that the uuid/v4 module cannot be found. After installing uuid 3.3.2 it worked then. Either the version of uuid must be set to 3.3.x or the require in the cypress/support/index.js has to be modified from

const uuid = require('uuid/v4');

To

const { v4: uuidv4 } = require('uuid');

@jleifeld
Copy link
Contributor

jleifeld commented Oct 4, 2021

This problem should be fixed with the latest release 3.0.2

@jleifeld jleifeld closed this as completed Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants