node-exec-path
Helpers for node executable paths
Example 1
import { satisfiesSemverSync } from "node-exec-path";
const execPath = satisfiesSemverSync(">=18.0"); // path or null
Helpers for node executable paths
Helpers for node executable paths
import { satisfiesSemverSync } from "node-exec-path";
const execPath = satisfiesSemverSync(">=18.0"); // path or null