Skip to content

Commit

Permalink
Update README.md (#292)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

---------

Co-authored-by: Shalitha Suranga <[email protected]>
  • Loading branch information
devanshkansagra and shalithasuranga authored Mar 19, 2024
1 parent c4165fd commit 80f4fbb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ This repository contains the source code of the Neutralinojs website including t

## Developer guide

#### Prerequisites

**Node.js**: Use older version of Node.js (around v16.19.0). Use [Node Version Manager (NVM)](https://github.com/nvm-sh/nvm) for easy switching between Node.js versions.

To install and use the correct Node.js version, execute:

```bash
nvm install
nvm use
```

We'll soon fix this issue and let contributors run this project on latest Node versions.

### Installation

```console
Expand Down

0 comments on commit 80f4fbb

Please sign in to comment.