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.
2 parents e3d3cf4 + 18b0ef7 commit f1c2f07Copy full SHA for f1c2f07
tools/postinstall.js
@@ -1,7 +1,7 @@
1
// this is run after npm install
2
// download pre-made module, if possible & exit 1, or exit 0 to tell system if it needs to build
3
4
-const { fs } = require("node:fs/promises");
+const fs = require("node:fs/promises");
5
const path = require("node:path");
6
const fetch = require("cross-fetch");
7
0 commit comments