From 681e3c0f46178b0382bceefd0458b08e302e500b Mon Sep 17 00:00:00 2001 From: Ali Servet Donmez Date: Sun, 17 Dec 2017 23:48:09 +0100 Subject: [PATCH] =?UTF-8?q?Small=20typo=20fix:=20verion=20=E2=86=92=20vers?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node-bin-README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-bin-README.md b/node-bin-README.md index 19b11bc..efec0f8 100644 --- a/node-bin-README.md +++ b/node-bin-README.md @@ -1,7 +1,7 @@ ${packagename} ======== -Installs a `node` binary into your project, which because `npm` runs scripts with the local `./node_modules/.bin` in the `PATH` ahead of the system copy means you can have a local verion of node that is different than your system's, and manage node as a normal dependency. +Installs a `node` binary into your project, which because `npm` runs scripts with the local `./node_modules/.bin` in the `PATH` ahead of the system copy means you can have a local version of node that is different than your system's, and manage node as a normal dependency. Warning: don't install this globally with npm 2. `npm@2` immediately removes node, then can't run the scripts that make this work.