You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/setting-up.md
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,10 @@ Swagger UI includes a development server that provides hot module reloading and
5
5
### Prerequisites
6
6
7
7
- git, any version
8
-
- NPM >=6.12.x
9
-
10
-
Generally, we recommend the following guidelines from [Node.js Releases](https://nodejs.org/en/about/releases/) to only use Active LTS or Maintenance LTS releases.
11
-
12
-
Current Node.js:
13
-
- Node.js 16.x
14
-
- NPM >=7.10.x
15
-
16
-
Current Node.js Active LTS:
17
-
- Node.js 14.x
18
-
- NPM >=6.12.x
19
-
20
-
Current Node.js Maintenance LTS:
21
-
- Node.js >=12.4
22
-
- NPM >= 6.12.x
23
8
9
+
SwaggerUI Node.js support closely follows [Node.js Release Statuses](https://nodejs.org/en/about/releases/)
10
+
and is only expected to work on `Current`, `Active LTS` and `Maintanenace LTS` versions of Node.js.
11
+
SwaggerUI may also work on `Pending` or `EOL` versions of Node.js, but it's not guaranteed.
0 commit comments