Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install global bin to the correct location on Windows
On Windows, the globally installed CLI is placed in the `%npm_config_prefix%` directory, not the `%npm_config_prefix%\bin` directory. > When in global mode, executables are linked into `{prefix}/bin` on Unix, > or directly into `{prefix}` on Windows. Ensure that path is in your > terminal's `PATH` environment to run them. > --- https://github.com/npm/cli/blob/1e977eec223463b04a6ad2c1953e31a6d5d22f2c/docs/lib/content/configuring-npm/folders.md?plain=1#L55-L57 This pull request fixes a bug that did not conform to this behavior. Closes go-task#4
- Loading branch information