Clarifies JS and TS system requirements

This commit is contained in:
Sid Shankar
2023-08-18 15:50:00 -04:00
committed by GitHub
parent d109637e2d
commit 79ab27bfed

View File

@@ -26,9 +26,9 @@ For extraction of compiled languages (C/C++, C#, Go, Java) and Ruby on Linux:
- ``glibc`` version 2.17 or greater must be installed.
- ``musl-c``-based Linux distributions, such as Alpine Linux, are not supported.
For TypeScript extraction on all platforms:
For JavaScript and TypeScript extraction on all platforms:
- Node.js must be installed and available on the ``PATH`` as ``node``.
- Node.js 14 or higher must be installed and available on the ``PATH`` as ``node``.
For Python extraction: