diff --git a/Makefile b/Makefile index d461ff3cb9..aa3758a5d0 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ build: rm -rf node_modules; \ fi @which corepack > /dev/null || (echo "Installing corepack..." && npm install -g corepack) - @cd frontend && corepack enable && pnpm install && pnpm run make-i18n + @cd frontend && sudo corepack enable && pnpm install && pnpm run make-i18n # Start backend start-backend: