Skip to content

Commit

Permalink
update minimal nodejs for development process to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Mavrin committed Feb 6, 2022
1 parent 48bc650 commit 4f8caba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/docs/contributing/development/frontend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ title: Frontend Development Guidelines

You must have at least 2GB RAM or swap enabled for building.

- install [Node.js 12.22](https://nodejs.org/en/) or higher
- install [NPM 6.14.16](https://www.npmjs.com/package/npm)
- install [Node.js 16.13.0](https://nodejs.org/en/) or higher
- install [NPM 8.1.0](https://www.npmjs.com/package/npm)
- run `npm install` inside `./frontend`

Running `npm install` will set up pre-commit hooks into your git repository. They are used to reformat your frontend code using `prettier` and lint with `eslint` and `stylelint` before every commit.
Expand Down

0 comments on commit 4f8caba

Please sign in to comment.