Skip to content

Commit eb7a76a

Browse files
committed
update installation docs with new versions
1 parent 0ebd5b0 commit eb7a76a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributor_docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ If you run into any issues while setting up your environment, take some time to
1818
_Note_: The installation steps assume you are using a Unix-like shell. If you are using Windows, you will need to use `copy` instead of `cp`.
1919

2020
1. Install Node.js. The recommended way is to Node through [nvm](https://github.com/nvm-sh/nvm), which is a command-line tool that helps you manage different versions of Node.js on your system. You can install nvm by using [nvm's installation guide](https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating).
21-
- You can also install [node.js](https://nodejs.org/download/release/v16.14.2/) version 16.14.2 directly from the Node.js website. To check if you already have Node installed on your computer, run `$ node -v`.
21+
- You can also install [node.js](https://nodejs.org/download/release/v18.20.8/) version 18.20.8 directly from the Node.js website. To check if you already have Node installed on your computer, run `$ node -v`.
2222
2. [Fork](https://help.github.com/articles/fork-a-repo) the [p5.js Web Editor repository](https://github.com/processing/p5.js-web-editor) into your own GitHub account.
2323
3. [Clone](https://help.github.com/articles/cloning-a-repository/) your new fork of the repository from GitHub onto your local computer.
2424

2525
```
2626
$ git clone https://github.com/YOUR_USERNAME/p5.js-web-editor.git
2727
```
2828

29-
4. If you are using nvm, run `$ nvm use 16.14.2` to set your Node version to 16.14.2
30-
5. Ensure your npm version is set to 8.5.0 by running `$ npm -v`. If it isn't, run `npm install -g npm@8.5.0` to install it.
29+
4. If you are using nvm, run `$ nvm use 18.20.8` to set your Node version to 18.20.8
30+
5. Ensure your npm version is set to 10.8.2 by running `$ npm -v`. If it isn't, run `npm install -g npm@10.8.2` to install it.
3131
6. Navigate into the project folder and install all its necessary dependencies with npm.
3232

3333
```

0 commit comments

Comments
 (0)