From 3bd60f0140356719ee2a56439f8d034401b1dc0b Mon Sep 17 00:00:00 2001 From: Nikitha Chettiar Date: Wed, 26 Oct 2022 17:35:52 -0700 Subject: [PATCH] node 18 fetch readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 199f36300..6de897eb5 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ The Microsoft Graph JavaScript client library is a lightweight wrapper around th Node.js 12 LTS or higher. The active Long Term Service (LTS) version of Node.js is used for on-going testing of existing and upcoming product features. +For Node.js 18 users, it is recommended to disable the experimental `fetch` feature by supplying the `--no-experimental-fetch` command-line flag while using the Microsoft Graph JavaScript client library. + ## Installation ### Via npm