Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Cieslak <saper@saper.info>2015-09-03 04:13:56 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-09-04 02:01:57 +0300
commit99669124cf1620fbcb76596dccf5ba5d505b77ba (patch)
treeb6b8516462a11db95762e7676bf45208773a79fc /CHANGELOG.md
parentb016ce93726070e2c5d9bcfaa82bc659c324eac2 (diff)
CHANGELOG: clarify windows-related nature of patch
PR-URL: https://github.com/npm/npm/pull/9431
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70f948cd9..a6b1ad6f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -101,7 +101,8 @@ So apparently the `preferGlobal` option hasn't quite been warning correctly for
some time. But now it should be all better! tl;dr: if you try and install a
dependency with `preferGlobal: true`, and it's _not already_ in your
`package.json`, you'll get a warning that the author would really rather you
-install it with `--global`. :)
+install it with `--global`. This should prevent Windows PowerShell from thinking
+npm has failed just because of a benign warning.
* [`bbb25f3`](https://github.com/npm/npm/commit/bbb25f30d582f8979168c79233a9f8f840974f90)
[#8841](https://github.com/npm/npm/issues/8841)