document reshim skipping

This commit is contained in:
Lukas Elmer 2019-01-23 19:10:05 +01:00
parent 441d9f857e
commit 9975c20a21
No known key found for this signature in database
GPG Key ID: E2B50C7B017E80C9

View File

@ -68,6 +68,10 @@ request
express
```
## Temporarily disable reshimming
To avoid a slowdown when installing large packages (see https://github.com/asdf-vm/asdf-nodejs/issues/46), you can `ASDF_SKIP_RESHIM=1 npm i -g <package>` and reshim after installing all packages using `asdf reshim nodejs`.
## Using a dedicated OpenPGP keyring
The `gpg` commands above imports the OpenPGP public keys in your main OpenPGP keyring. However, you can also use a dedicated keyring in order to mitigate [this issue](https://github.com/nodejs/node/issues/9859).