Browse Source

Downgrade to Node.js 16 (for development) (#1633)

pull/1628/head^2
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
c2ed0a436f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .nvmrc
  2. 2
      README.md

2
.nvmrc

@ -1 +1 @@
v18 v16

2
README.md

@ -148,7 +148,7 @@ Please follow the instructions of the Ghostfolio [Unraid Community App](https://
### Prerequisites ### Prerequisites
- [Docker](https://www.docker.com/products/docker-desktop) - [Docker](https://www.docker.com/products/docker-desktop)
- [Node.js](https://nodejs.org/en/download) (version 18+) - [Node.js](https://nodejs.org/en/download) (version 16)
- [Yarn](https://yarnpkg.com/en/docs/install) - [Yarn](https://yarnpkg.com/en/docs/install)
- A local copy of this Git repository (clone) - A local copy of this Git repository (clone)

Loading…
Cancel
Save