Skip to content

CLI parameters don't work #529

New issue

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

Closed
m-mohr opened this issue Jan 9, 2025 · 2 comments
Closed

CLI parameters don't work #529

m-mohr opened this issue Jan 9, 2025 · 2 comments
Milestone

Comments

@m-mohr
Copy link
Collaborator

m-mohr commented Jan 9, 2025

Not sure when this broke, but npm run build -- --catalogUrl="https://fiboa.org/stac/catalog.json" for example doesn't work any longer.

@m-mohr
Copy link
Collaborator Author

m-mohr commented Jan 9, 2025

Something must be off on my machine, I can't provide anything via CLI right now. Might be a Windows thing or something is broken in a specific npm/node/vue-cli version. Need to investigate. But good to know that this is working for others.

@m-mohr
Copy link
Collaborator Author

m-mohr commented Jan 9, 2025

Seems to be a Windows-specific npm issue: npm/cli#7375

Workaround: Use npm run build -- -- ... instead of npm run build -- ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant