Skip to content

Commit

Permalink
Document NODE_PACKAGE_MANAGER env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Jul 12, 2024
1 parent e280e1f commit 79cb4e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/configuration/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ INTERVAL=1

### Node

* `NODE_VERSION`: installs a particular version of node for your app if `nodeenv` is found on the path. Optional; if not specified, the system-wide node package is used.
* `NODE_VERSION`: installs a particular version of node for your app if `nodeenv` is found on the path. Optional; if not specified, the system-wide node package is used.
* `NODE_PACKAGE_MANAGER`: use an alternate package manager (e.g. set to `yarn` or `pnpm`). The package manager will be installed with `npm install -g`.

!!! note
you will need to stop and re-deploy the app to change the `node` version in a running app.
Expand Down

0 comments on commit 79cb4e7

Please sign in to comment.