Skip to content

Commit

Permalink
Merge pull request #4 from chr15m/alternate-node-package-managers
Browse files Browse the repository at this point in the history
Document NODE_PACKAGE_MANAGER env var.
  • Loading branch information
chr15m authored Jul 27, 2024
2 parents c57bbf4 + 79cb4e7 commit 2b6b637
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 2b6b637

Please sign in to comment.