Skip to content

Commit

Permalink
Add minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 committed Oct 9, 2023
1 parent bf257fc commit 1e27807
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/developer-docs/frontend/javascript-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Before you start your project, verify the following:

- [x] Download and install [git](https://git-scm.com/downloads).

- [x] Download and install [node.js](https://nodejs.org/en).
- [x] Download and install [Node.js](https://nodejs.org/en) <v0.12.0.

### Step 1: Clone the project repository.

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-docs/frontend/react-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Before you start your project, verify the following:

- [x] Download and install [git](https://git-scm.com/downloads).

- [x] Download and install [node.js](https://nodejs.org/en).
- [x] Download and install [Node.js](https://nodejs.org/en) <v0.12.0.

### Step 1: Clone the project repository.

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-docs/frontend/svelte-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Before you start your project, verify the following:

- [x] Download and install [git](https://git-scm.com/downloads).

- [x] Download and install [node.js](https://nodejs.org/en).
- [x] Download and install [Node.js](https://nodejs.org/en) <v0.12.0.

### Step 1: Clone the project repository.

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-docs/frontend/vue-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Before you start your project, verify the following:

- [x] Download and install [git](https://git-scm.com/downloads).

- [x] Download and install [node.js](https://nodejs.org/en).
- [x] Download and install [Node.js](https://nodejs.org/en) <v0.12.0.

### Step 1: Clone the project repository.

Expand Down

0 comments on commit 1e27807

Please sign in to comment.