Skip to content

Commit 8253dab

Browse files
authored
Update node and NPM versions (#294)
node -> 18+ npm -> 9+
1 parent 434dccc commit 8253dab

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

docs/source/guides/node-audio-processing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This tutorial will be written as an ES module, but you can easily adapt it to us
1919

2020
## Prerequisites
2121

22-
- [Node.js](https://nodejs.org/en/) version 16+
23-
- [npm](https://www.npmjs.com/) version 7+
22+
- [Node.js](https://nodejs.org/en/) version 18+
23+
- [npm](https://www.npmjs.com/) version 9+
2424

2525

2626

docs/source/tutorials/next.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Useful links:
1313

1414
## Prerequisites
1515

16-
- [Node.js](https://nodejs.org/en/) version 16.8+
16+
- [Node.js](https://nodejs.org/en/) version 18+
17+
- [npm](https://www.npmjs.com/) version 9+
1718

1819
## Client-side inference
1920

docs/source/tutorials/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Although you can always use the [Python library](https://github.com/huggingface/
2626
## Prerequisites
2727

2828
- [Node.js](https://nodejs.org/en/) version 18+
29-
- [npm](https://www.npmjs.com/) version 7+
29+
- [npm](https://www.npmjs.com/) version 9+
3030

3131

3232
## Getting started

docs/source/tutorials/react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Useful links:
1212

1313
## Prerequisites
1414

15-
- [Node.js](https://nodejs.org/en/) version 14.18+ or 16+
16-
- [npm](https://www.npmjs.com/) version 7+
15+
- [Node.js](https://nodejs.org/en/) version 18+
16+
- [npm](https://www.npmjs.com/) version 9+
1717

1818

1919
## Step 1: Initialise the project

0 commit comments

Comments
 (0)