Unignore lock file
This commit is contained in:
@ -4,7 +4,7 @@ const fs = require("fs");
|
||||
console.log("\nVencord Uninstaller\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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user