Skip to content

Commit 027e17b

Browse files
committed
need to use the new tar import
1 parent 2a60213 commit 027e17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-install/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { createWriteStream } from "fs";
22
import * as fs from "fs/promises";
33
import fetch from "node-fetch";
44
import { pipeline } from "stream/promises";
5-
import tar from "tar";
5+
import * as tar from "tar";
66
import { execSync } from "child_process";
77

88
import { ARCH_MAPPING, CONFIG, PLATFORM_MAPPING } from "./config.js";

0 commit comments

Comments
 (0)