From 385a5686b7de5d709372e4642c93ccf80ce50b46 Mon Sep 17 00:00:00 2001 From: John Gee Date: Thu, 25 Feb 2021 22:34:41 +1300 Subject: [PATCH] Remove warning about installing version-speciifc node modules --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dc2631..557bfc9 100644 --- a/README.md +++ b/README.md @@ -162,8 +162,7 @@ Or run a downloaded `node` version with the `n run` command: n run 8.11.3 --debug some.js Or execute a command with `PATH` modified so `node` and `npm` will be from the downloaded `node` version. -(NB: this `npm` will be working with a different and empty global node_modules directory, and you should not install global -modules this way.) +(NB: this `npm` is using a version-specific global node_modules folder.) n exec 10 my-script --fast test