doc(readme): nécessite Debian Bullseye pour Node.js (fix #29)

pull/30/head
Jérôme Lebleu 2021-09-06 16:45:23 +02:00
Parent 98b8830994
révision 69b83f2e7f
1 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -158,8 +158,8 @@ The assets - e.g. CSS, JavaScript, images, fonts - are generated using a
- Built-in development server - Built-in development server
- Compression for production builds - Compression for production builds
You will need to install [npm](https://www.npmjs.com/). It is included in Debian You will need to have Node.js >= 12.13.0 and npm installed. Note that this is
since Buster - and also in the `stretch-backports` repository. included in Debian since Bullseye through `nodejs` and `npm` packages.
Start by installing the application dependencies - which are defined in Start by installing the application dependencies - which are defined in
`package.json` - by running: `npm install`. `package.json` - by running: `npm install`.