We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205ff1a commit 4a72e5eCopy full SHA for 4a72e5e
utils/setup.js
@@ -12,7 +12,7 @@ const fs = require("node:fs");
12
const path = require("node:path");
13
const PLATFORM_FILES = [".DS_Store"];
14
15
-execSync("bun install", { stdio: "inherit" });
+execSync("npm install", { stdio: "inherit" });
16
try {
17
execSync("cordova platform add android", { stdio: "inherit" });
18
} catch (error) {
0 commit comments