Skip to content
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

Prohibit manager arugment in npx nestia start command #383

Merged
merged 2 commits into from
Jun 9, 2023
Merged

Conversation

samchon
Copy link
Owner

@samchon samchon commented Jun 9, 2023

In Windows, npx command from non-installed (both local and global) package does not allow -- argument. Therefore, configuring package manager in npx nestia start <diretory> --manager yarn command was not possible.

Therefore, prohibit the --manager argument and just enforce only to use npm package manager in the npx nestia start <directory> command. There's no way at now.

In Windows, `npx` command from non-installed (both local and global) package does not allow `--` argument. Therefore, configuring package manager in `npx nestia start <diretory> --manager yarn` command was not possible.

Therefore, prohibit the `--manager` argument and just enforce only to use `npm` package manager in the `npx nestia start <directory>` command. There's no way at now.
@samchon samchon added bug Something isn't working enhancement New feature or request labels Jun 9, 2023
@samchon samchon self-assigned this Jun 9, 2023
@samchon samchon merged commit c1da1b4 into master Jun 9, 2023
@samchon samchon deleted the features/cli branch June 9, 2023 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant