We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The change in this commit: 5ff3a07#diff-7b6c860fc27e47e0176b07d4bbb28c750651fe1fcf59bd207e9eaa7c47dab0ddL26 breaks windows.
I'm trying to run npm run test via execa (which uses this module) and it now fails with:
npm run test
Unknown command: "run$1$1"
E.g.: https://github.com/libp2p/js-libp2p/actions/runs/11722923623/job/32653668053
Undoing the change from the commit above makes everything start working again.
Refs: sindresorhus/execa#578
The text was updated successfully, but these errors were encountered:
#162 should fix this, just waiting for the tests to run
Sorry, something went wrong.
[email protected]
The fix works, thanks for the speedy resolution.
Successfully merging a pull request may close this issue.
The change in this commit: 5ff3a07#diff-7b6c860fc27e47e0176b07d4bbb28c750651fe1fcf59bd207e9eaa7c47dab0ddL26 breaks windows.
I'm trying to run
npm run test
via execa (which uses this module) and it now fails with:E.g.: https://github.com/libp2p/js-libp2p/actions/runs/11722923623/job/32653668053
Undoing the change from the commit above makes everything start working again.
Refs: sindresorhus/execa#578
The text was updated successfully, but these errors were encountered: