From b5edb5d03e098984568fb52ad0624ea077f6109d Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Tue, 11 Mar 2025 20:08:56 +0900 Subject: [PATCH] chore: temp remove of packageManager This commit temporarily removes packageManager field from package.json to avoid corepack error while running tailwindcss upgrade tool --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index ed5db30..5819d3b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "author": "Shinwoo PARK ", "license": "MIT", "private": true, - "packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb", "type": "module", "scripts": { "postinstall": "lefthook install",