Skip to content

Commit

Permalink
Document NVE_PROGRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Aug 18, 2019
1 parent 0b0d0d8 commit e0d2ee7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,16 @@ But using a specific Node version. Any Node
`VERSION` can be any [version range](https://github.com/npm/node-semver) such as
`12`, `12.6.0` or `<12`.

## Initial download

The first time `nve` is run with a new `VERSION`, the Node binary is downloaded
from [`nodejs.org`](https://nodejs.org/dist/) under the hood. This initially
takes few seconds. However subsequent runs are
[almost instantaneous](#benchmarks).

A spinner will show the download progress. This can be disabled using the
environment variable `NVE_PROGRESS=0`.

## Native modules

If your code is using native modules, `nve` will work providing:
Expand Down

0 comments on commit e0d2ee7

Please sign in to comment.