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

feat(env): add remove command to pnpm env #5263

Merged
merged 9 commits into from Aug 29, 2022
Merged

Commits on Aug 27, 2022

  1. Copy the full SHA
    ae714f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fc9895c View commit details
    Browse the repository at this point in the history
  3. fix(env): fixes for pnpm env uninstall

    - Fix broken node path for the windows platform
    - Notify user when removing default Node.JS
    - Remove `await` on `fs.unlink` in `Promise.all`
    - Add support for Node.JS v14.13 and earlier
    mark-omarov committed Aug 27, 2022
    Copy the full SHA
    9881273 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f621290 View commit details
    Browse the repository at this point in the history
  5. fix(env): update aliases and error catching

    - Add `rm, un, uninstall` aliases to the `remove` command
    - Update CLI help message
    - Ignore only `ENOENT` errors
    mark-omarov committed Aug 27, 2022
    Copy the full SHA
    31e4d25 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. refactor(env): cr updates

    - Use `remove` with `rm` alias only
    - Update CLI help message
    - Update tests to use `remove` command
    - Replace custom support for older Node.JS versions
      with `@zkochan/rimraf`
    mark-omarov committed Aug 28, 2022
    Copy the full SHA
    7056dca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a23eebf View commit details
    Browse the repository at this point in the history
  3. fix: env rm

    zkochan committed Aug 28, 2022
    Copy the full SHA
    fc94aa8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. refactor: test

    zkochan committed Aug 29, 2022
    Copy the full SHA
    6d7ca26 View commit details
    Browse the repository at this point in the history