0
0
mirror of https://github.com/tj/n.git synced 2024-11-24 02:27:28 +01:00

Remove warning about installing version-speciifc node modules

This commit is contained in:
John Gee 2021-02-25 22:34:41 +13:00
parent 1a8115c8e9
commit 385a5686b7

View File

@ -162,8 +162,7 @@ Or run a downloaded `node` version with the `n run` command:
n run 8.11.3 --debug some.js 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. 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 (NB: this `npm` is using a version-specific global node_modules folder.)
modules this way.)
n exec 10 my-script --fast test n exec 10 my-script --fast test