Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
first of all thank you for this tool, really nice to quickly interactively test it before buying into it 👍
The CLI output shows
--sort_fields
with an underscore where it has to be--sort-fields
with a dash/minus, i.e. the command from the CLI wont work or to be more precise: error withUnknown option: --sort_fields
I searched the repo for
--sort_fields
, fixed the instance under./src
and rannpm run build
.I wanted to run the docker instructions locally but ran into a
during
Step 11/17 : RUN npm run build
(note it ran fine as a standalone command in the repo). I have absolutely no clue of the languages etc so I stopped trying to get it to run after 15min or so. I also only really found this very recent related github issue. I am on EndeavourOS withnode --version = v19.8.1
in caseIn the
contributing guidelines
it says one should runnpm build
which fails on my system[tobi@tobiT480 bibtex-tidy]$ npm build Unknown command: "build"
but
npm run build
works. So either that has to be changed or it is some version-dependent thing.Let me know whether this PR is fine :)