Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information