npx docusaurus --version
incorrect program termination status
#10367
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
After migrating from version 2 to 3, I ran into a problem in the github runner when deploying to github pages.
As I managed to find out the problem lies in the fact that after the
npx docusaurus --version
command is executed the programme terminates with the status (exit 1), but if you usenpx docusaurus -V
then everything works correctly.Reproducible demo
No response
Steps to reproduce
Expected behavior
The expectation was that we would not have to redo gh flow and
npx docusaurus --version
would complete correctly as well asnpx docusaurus -V
Actual behavior
npx docusaurus --version
terminates differently thannpx docusaurus -V
.Your environment
Self-service
The text was updated successfully, but these errors were encountered: