Closed as not planned
Description
opened on Jul 18, 2024
Version
22.5.0
Platform
Microsoft Windows Server 2022
10.0.20348
Subsystem
No response
What steps will reproduce the bug?
- clone https://github.com/stylelint/stylelint
- run
npm ci
- run
npm test-coverage
How often does it reproduce? Is there a required condition?
It always reproduces
What is the expected behavior? Why is that the expected behavior?
No error
What do you see instead?
Error: Cannot find module '..'
Additional information
I don't have access to a Windows machine and can only report what I see as the output from a GitHub workflow run :
https://github.com/stylelint/stylelint/actions/runs/9993056000/job/27619564601
Any previous run with node 22.4.x or lower didn't fail with this error.
The only change is the rollout of node 22.5.0
Activity