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

Fix getting npm version through CLI #99

Merged
merged 1 commit into from
Sep 2, 2024

Commits on Aug 29, 2024

  1. Fix getting npm version through CLI

    Update the logic to get the npm version from the npm CLI to use the
    synchronous version of `exec`, `execSync`, to ensure the output can be
    read correctly. In the previous implementation the output would not be
    read correctly, leading to the comparison at `handleInput.ts:14` always
    evaluating to false and `'--omit=dev'` always being used.
    ericcornelissen committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8820f03 View commit details
    Browse the repository at this point in the history