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 1b88861 commit 3edf0d4Copy full SHA for 3edf0d4
src/download.js
@@ -1,4 +1,5 @@
1
import { downloadNodeBinary, fetchLatestNodeVersion } from "./nodeDownloader.js";
2
+import { fileURLToPath } from 'url';
3
import fs from 'fs';
4
// Get the directory of the current module
5
const __filename = fileURLToPath(import.meta.url);
0 commit comments