Merge pull request #226 from spotify/rugvip/nodelts

README: added note about requiring node 12
This commit is contained in:
Stefan Ålund
2020-03-10 15:58:01 +01:00
committed by GitHub
+3 -3
View File
@@ -33,9 +33,9 @@ _\* not yet released_
To run the frontend, you will need to have the following installed:
* [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* [NodeJS](https://nodejs.org/en/download/)
* [yarn](https://classic.yarnpkg.com/en/docs/install)
- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- [NodeJS](https://nodejs.org/en/download/) - Active LTS Release, currently v12
- [yarn](https://classic.yarnpkg.com/en/docs/install)
## Running the frontend locally