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
A minimum version of Node.js or higher must be installed and available on the PATH as node. See [additional software requirements](https://codeql.github.com/docs/codeql-overview/system-requirements/#additional-software-requirements)
37
+
38
+
39
+
### Could not start Node.js. It is required for TypeScript extraction.
40
+
41
+
```
42
+
2025-03-21T15:17:16.5636388Z [2025-03-21 11:17:16] [build-stderr] Could not start Node.js. It is required for TypeScript extraction.
43
+
2025-03-21T15:17:16.5643217Z [2025-03-21 11:17:16] [build-stderr] Please install Node.js and ensure 'node' is on the PATH.
44
+
2025-03-21T15:17:16.5645558Z [2025-03-21 11:17:16] [build-stderr] at com.semmle.ts.extractor.TypeScriptParser.startNodeAndGetVersion(TypeScriptParser.java:256)
45
+
2025-03-21T15:17:16.5676028Z [2025-03-21 11:17:16] [build-stderr] at com.semmle.ts.extractor.TypeScriptParser.verifyNodeInstallation(TypeScriptParser.java:217)
46
+
2025-03-21T15:17:16.5678667Z [2025-03-21 11:17:16] [build-stderr] at com.semmle.ts.extractor.TypeScriptParser.verifyInstallation(TypeScriptParser.java:178)
47
+
2025-03-21T15:17:16.5681439Z [2025-03-21 11:17:16] [build-stderr] at com.semmle.js.extractor.AutoBuild.verifyTypeScriptInstallation(AutoBuild.java:1190)
48
+
2025-03-21T15:17:16.5683831Z [2025-03-21 11:17:16] [build-stderr] at com.semmle.js.extractor.AutoBuild.extractTypeScript(AutoBuild.java:1033)
49
+
2025-03-21T15:17:16.5686297Z [2025-03-21 11:17:16] [build-stderr] at com.semmle.js.extractor.AutoBuild.extractSource(AutoBuild.java:758)
50
+
2025-03-21T15:17:16.5688572Z [2025-03-21 11:17:16] [build-stderr] at com.semmle.js.extractor.AutoBuild.run(AutoBuild.java:464)
51
+
2025-03-21T15:17:16.5690809Z [2025-03-21 11:17:16] [build-stderr] at com.semmle.js.extractor.AutoBuild.main(AutoBuild.java:1370)
52
+
```
53
+
54
+
Example to dynamically install node using the [actions/setup-node](https://github.com/actions/setup-node/) action:
0 commit comments