From 1b7d8fafc54b809398f866fe77dc8c52ef26698d Mon Sep 17 00:00:00 2001 From: Harshit Malpani Date: Wed, 28 Feb 2024 16:51:15 +0530 Subject: [PATCH] docs: Update restful server example README file Closes https://github.com/espressif/esp-idf/issues/13230 --- examples/protocols/http_server/restful_server/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/protocols/http_server/restful_server/README.md b/examples/protocols/http_server/restful_server/README.md index ccabdd5616..e95ba79b99 100644 --- a/examples/protocols/http_server/restful_server/README.md +++ b/examples/protocols/http_server/restful_server/README.md @@ -88,6 +88,7 @@ cd path_to_this_example/front/web-demo npm install npm run build ``` +> **_NOTE:_** This example needs `nodejs` version `v10.19.0` After a while, you will see a `dist` directory which contains all the website files (e.g. html, js, css, images).