Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8233873

Browse files
nzakasaladdin-add
authored andcommitted
Docs: Add note about Node.js requiring SSL support (fixes #11413) (#12475)
* Docs: Add note about Node.js requiring SSL support Adds a small note that Node.js requires SSL to be built in. While this hasn't affected many users, it's good to document in case this comes up in the future. (And the Node.js project itself did run into this as a problem.) * Docs: Update getting started guide with SSL note * Chore: rm trailing space
1 parent 89e8aaf commit 8233873

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ESLint is a tool for identifying and reporting on patterns found in ECMAScript/J
4040

4141
## <a name="installation-and-usage"></a>Installation and Usage
4242

43-
Prerequisites: [Node.js](https://nodejs.org/) (`^8.10.0`, `^10.13.0`, or `>=11.10.1`), npm version 3+.
43+
Prerequisites: [Node.js](https://nodejs.org/) (`^8.10.0`, `^10.13.0`, or `>=11.10.1`) built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)
4444

4545
You can install ESLint using npm:
4646

docs/user-guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ESLint is a tool for identifying and reporting on patterns found in ECMAScript/J
1313

1414
## Installation and Usage
1515

16-
Prerequisites: [Node.js](https://nodejs.org/en/) (>=8.10), npm version 3+.
16+
Prerequisites: [Node.js](https://nodejs.org/en/) (`^8.10.0`, `^10.13.0`, or `>=11.10.1`) built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)
1717

1818
You can install ESLint using npm:
1919

0 commit comments

Comments
 (0)