Update node and NPM versions (#294)

node -> 18+
npm -> 9+
This commit is contained in:
Joshua Lochner 2023-09-12 19:17:05 +02:00 committed by GitHub
parent 434dcccac7
commit 8253dab531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View File

@ -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+

View File

@ -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

View File

@ -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

View File

@ -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