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

fix(dev-env): plugin loading when using yarn to install VIP CLI #1840

Merged
merged 1 commit into from
May 21, 2024

Conversation

sjinks
Copy link
Member

@sjinks sjinks commented May 21, 2024

Description

yarn global add @automattic/vip installs the VIP CLI differently from npm, which causes issues with locating Lando plugins.

This PR tries to work around this issue using the logic based on resolve.require() and knowledge of Lando internals.

Pull request checklist

New release checklist

Steps to Test

E2E tests should pass.

@sjinks sjinks added the [Type] Bug Something isn't working label May 21, 2024
@sjinks sjinks self-assigned this May 21, 2024
Copy link
Contributor

github-actions bot commented May 21, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@sjinks sjinks merged commit 58881aa into trunk May 21, 2024
17 checks passed
@sjinks sjinks deleted the fix/yarn branch May 21, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants