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
It turns out the eik-cli relies on the glob module, which doesn't really work with the windows folder-separator.
See https://stackoverflow.com/questions/72313482/glob-paths-dont-work-in-my-windows-environment
Ref: https://github.com/eik-lib/common/blob/master/lib/helpers/resolve-files.js#L42
Reproduce:
try running `npm eik publish --debug` on any windows machine with a `files` pattern targetting any folder.
The text was updated successfully, but these errors were encountered:
It'll take a bit more for the CLI package to run on Windows. This PR is for the CLI module: https://github.com/eik-lib/cli/pull/584/files
Sorry, something went wrong.
This should be fixed in v3.1.3 @rlf
wkillerud
Successfully merging a pull request may close this issue.
It turns out the eik-cli relies on the glob module, which doesn't really work with the windows folder-separator.
See https://stackoverflow.com/questions/72313482/glob-paths-dont-work-in-my-windows-environment
Ref: https://github.com/eik-lib/common/blob/master/lib/helpers/resolve-files.js#L42
Reproduce:
The text was updated successfully, but these errors were encountered: