From 5262d021e6484dfb741c85c6c1f64b49d515e5b2 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 12 Jun 2023 13:13:35 +0000 Subject: [PATCH] Install prettier with sudo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f3e2acb..82d4381 100755 --- a/install.sh +++ b/install.sh @@ -27,4 +27,4 @@ git config --global include.path .gitconfig.shared # Install blacken and prettier pip3 install --index-url=https://pypi.org/simple black -npm install -g prettier +sudo npm install -g prettier