From 44111b125cff1fe87983c0c4d3ed45682833d777 Mon Sep 17 00:00:00 2001 From: yihong Date: Tue, 2 Jun 2020 18:12:40 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fecddd1b..e3685b3b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh ## Requirements - [VS Code 1.30.1+](https://code.visualstudio.com/) -- [Node.js 8+](https://nodejs.org) +- [Node.js 9+](https://nodejs.org) > NOTE: Please make sure that `Node` is in your `PATH` environment variable. You can also use the setting `leetcode.nodePath` to specify the location of your `Node.js` executable. ## Quick Start From 6b7d63b3b16bc466bb0e7018365cf6e65e917a70 Mon Sep 17 00:00:00 2001 From: yihong Date: Tue, 2 Jun 2020 18:41:46 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3685b3b..7bc7decb 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh ## Requirements - [VS Code 1.30.1+](https://code.visualstudio.com/) -- [Node.js 9+](https://nodejs.org) +- [Node.js 10+](https://nodejs.org) > NOTE: Please make sure that `Node` is in your `PATH` environment variable. You can also use the setting `leetcode.nodePath` to specify the location of your `Node.js` executable. ## Quick Start