-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
CI WSL Error: Cannot find module 'semver' #2737
Comments
I'm aware of this, but I'm not sure what's causing it. I'd love a PR that can fix it (or alternatively, migrate windows tests to GHA). |
I cloned npm list -prod semver
[email protected] /mocha
└── (empty) npm list -dev semver
[email protected] /mocha
├─┬ [email protected]
│ └─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ └── [email protected] deduped
├─┬ [email protected]
│ └─┬ [email protected]
│ └── [email protected]
└─┬ [email protected]
└─┬ [email protected]
└── [email protected] |
Yes, we're stuck on mocha v3. Does that depend on node-environment-flags? Maybe a workaround is to manually install a fixed version of it. |
I missed the obvious.
|
Good call, and it's in the project's |
Indeed. I googled that error. These sources suggest that
|
All of that is handled in appveyor.yml - PRs are quite welcome :-) |
I created just a workaround and excluded the remaining WSL jobs. A proper solution is still required. |
I prefer to leave them failing rather than skip them. |
I understand. |
@ljharb |
All jobs with WSL config fail on
master
.https://ci.appveyor.com/project/ljharb/eslint-plugin-import/builds/46338908
E.g.:
https://ci.appveyor.com/project/ljharb/eslint-plugin-import/builds/46338908/job/hqyre5h5sbfqqn44
The text was updated successfully, but these errors were encountered: