Skip to content

Commit

Permalink
Update node and NPM versions (#294)
Browse files Browse the repository at this point in the history
node -> 18+
npm -> 9+
  • Loading branch information
xenova authored Sep 12, 2023
1 parent 434dccc commit 8253dab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/source/guides/node-audio-processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ This tutorial will be written as an ES module, but you can easily adapt it to us

## Prerequisites

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



Expand Down
3 changes: 2 additions & 1 deletion docs/source/tutorials/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Useful links:

## Prerequisites

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

## Client-side inference

Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Although you can always use the [Python library](https://github.com/huggingface/
## Prerequisites

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


## Getting started
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tutorials/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Useful links:

## Prerequisites

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


## Step 1: Initialise the project
Expand Down

0 comments on commit 8253dab

Please sign in to comment.