README: clarify how to specify default packages

Waldir Pimenta 2019-01-11 10:42:33 +00:00 committed by GitHub
parent 3d9c31d944
commit 13f3cdcdf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ nvm install v4.2 --reinstall-packages-from=iojs
### Default global packages from file while installing ### Default global packages from file while installing
If you have a list of default packages you want installed every time you install a new version we support that too. You can add anything npm would accept as a package argument on the command line. If you have a list of default packages you want installed every time you install a new version, we support that too -- just add the package names, one per line, to the file `$NVM_DIR/default-packages`. You can add anything npm would accept as a package argument on the command line.
```sh ```sh
# $NVM_DIR/default-packages # $NVM_DIR/default-packages