diff options
Diffstat (limited to 'scripts/patcher/install.js')
-rw-r--r-- | scripts/patcher/install.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/patcher/install.js b/scripts/patcher/install.js index 4e75dbe..56b9dd3 100644 --- a/scripts/patcher/install.js +++ b/scripts/patcher/install.js @@ -5,7 +5,7 @@ const { execSync } = require("child_process"); console.log("\nVencord Installer\n"); if (!fs.existsSync(path.join(process.cwd(), "node_modules"))) { - console.log("You need to install dependencies first. Run:", "pnpm install"); + console.log("You need to install dependencies first. Run:", "pnpm install --frozen-lockfile"); process.exit(1); } |