We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edf0d4 commit 54458e7Copy full SHA for 54458e7
src/download.js
@@ -1,5 +1,6 @@
1
import { downloadNodeBinary, fetchLatestNodeVersion } from "./nodeDownloader.js";
2
import { fileURLToPath } from 'url';
3
+import path from 'path';
4
import fs from 'fs';
5
// Get the directory of the current module
6
const __filename = fileURLToPath(import.meta.url);
0 commit comments