Skip to content

Conversation

@aparajita
Copy link
Contributor

@aparajita aparajita commented Feb 12, 2026

Currently, when pnpm is set as the package manager, '--' is inserted before arguments that are meant to be passed on to a script being run. This is incorrect.

As a result, for example, ionic cap run ios --open --livereload --external, when run with vue/vite, ends up executing pnpm run ionic:serve -- --host=0.0.0.0 --port=8100, and because pnpm does not recognize --, the host and port options are not recognized.

Currently, when pnpm is set as the package manager, '--' is inserted before arguments that are meant to be passed on to a script being run. This is incorrect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant