Skip to content

Fix missing dependencies #5872

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

Merged
merged 1 commit into from
Jan 18, 2021
Merged

Fix missing dependencies #5872

merged 1 commit into from
Jan 18, 2021

Conversation

sylbru
Copy link
Contributor

@sylbru sylbru commented Jan 16, 2021

Purpose

Testcafe can’t be installed as is with Yarn 2, because some dependencies are missing in package.json, even though they are required.

Approach

Add @babel/plugin-transform-for-of and @babel/runtime to the list of dependencies.

See also

DevExpress/testcafe-legacy-api#51

Verified

This commit was signed with the committer’s verified signature. The key has expired.
alexandre-abrioux Alexandre ABRIOUX
@babel/plugin-transform-for-of and @babel/runtime are required but not explicitly listed as dependencies. This prevents installing testcafe with Yarn 2, which is more strict.
@sylbru sylbru requested a review from AndreyBelym as a code owner January 16, 2021 00:21
@need-response-app need-response-app bot added the STATE: Need response An issue that requires a response or attention from the team. label Jan 16, 2021
@testcafe-build-bot
Copy link
Collaborator

@sylbru
Copy link
Contributor Author

sylbru commented Jan 16, 2021

In case the issue isn’t clear, do this in a new directory:

  1. npm install -g yarn if necessary
  2. yarn set version berry to install Yarn 2 in this directory
  3. yarn init
  4. yarn add -D testcafe
  5. Try yarn run testcafe.

@AndreyBelym
Copy link
Contributor

Thank you for your contribution.

@need-response-app need-response-app bot removed the STATE: Need response An issue that requires a response or attention from the team. label Jan 18, 2021
@AndreyBelym AndreyBelym merged commit 7aafd40 into DevExpress:master Jan 18, 2021
AlexSkorkin added a commit that referenced this pull request Apr 9, 2021

Verified

This commit was signed with the committer’s verified signature. The key has expired.
alexandre-abrioux Alexandre ABRIOUX
[Chris-Greaves](https://github.com/Chris-Greaves)

Add ability to specify Testcafe Configuration Path
#6035

[NiavlysB](https://github.com/NiavlysB)

Fix missing dependencies
#5872

[rueyaa332266](https://github.com/rueyaa332266)

Fix typeText replacing issue
#5942
testcafe-build-bot added a commit to testcafe-build-bot/testcafe that referenced this pull request Apr 9, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Chris-Greaves](https://github.com/Chris-Greaves)

Add ability to specify Testcafe Configuration Path
DevExpress#6035

[NiavlysB](https://github.com/NiavlysB)

Fix missing dependencies
DevExpress#5872

[rueyaa332266](https://github.com/rueyaa332266)

Fix typeText replacing issue
DevExpress#5942
testcafe-build-bot added a commit to testcafe-build-bot/testcafe that referenced this pull request Apr 9, 2021
[Chris-Greaves](https://github.com/Chris-Greaves)

Add ability to specify Testcafe Configuration Path
DevExpress#6035

[NiavlysB](https://github.com/NiavlysB)

Fix missing dependencies
DevExpress#5872

[rueyaa332266](https://github.com/rueyaa332266)

Fix typeText replacing issue
DevExpress#5942
AndreyBelym pushed a commit that referenced this pull request Apr 9, 2021
[Chris-Greaves](https://github.com/Chris-Greaves)

Add ability to specify Testcafe Configuration Path
#6035

[NiavlysB](https://github.com/NiavlysB)

Fix missing dependencies
#5872

[rueyaa332266](https://github.com/rueyaa332266)

Fix typeText replacing issue
#5942
@AlexSkorkin AlexSkorkin mentioned this pull request Jul 11, 2022
1 task
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

Successfully merging this pull request may close these issues.

None yet

3 participants