Skip to content

Commit

Permalink
[readme] add comment about #169
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Oct 23, 2016
1 parent e6f0054 commit 7085feb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,14 @@ The following is a list of all scopes ordered by precedence (the first scope is

When you're just running node, the *directory of interest* is the directory of the javascript file to be executed. When running npm, it is the current working directory.

Package.json inspection is turned off by default as of nodist v0.8.5. You can turn it on by setting `NODIST_INSPECT_PACKAGEJSON=1`.

### npm
Any instances of node invoked by npm will be locked to the same version npm runs on.

Package.json inspection is turned off by default as of nodist v0.8.5. You can turn it on by setting `NODIST_INSPECT_PACKAGEJSON=1`.
Currently, all node and npm versions share the same global npm module space.

If you have installed native modules (globally or locally) you may have to run `npm rebuild` after changing the node version (implicitly or explicitly). There is an [open issue](https://github.com/marcelklehr/nodist/issues/169) about how to avoid rebuilding globally installed native modules, feedback/input is welcome.

### Commands
*All commands automatically install the latest matching version before setting the version pattern.*
Expand Down

0 comments on commit 7085feb

Please sign in to comment.