From 24bfd1b0f22a57d9d30ef89b3622e8d9f705153b Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Thu, 21 Jul 2022 07:07:46 -0700 Subject: [PATCH] :memo: Made note on reinstallation of certain packages --- updates.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/updates.txt b/updates.txt index 8df37933..805e3ea6 100644 --- a/updates.txt +++ b/updates.txt @@ -27,3 +27,10 @@ Install pkgtop curl https://raw.githubusercontent.com/SharUpOff/pkgtop/main/dist/pkgtop.sh -so - | sudo tee /usr/local/bin/pkgtop > /dev/null sudo chmod 755 /usr/local/bin/pkgtop + +Reinstall npm, nodemon, and prettier + +doas pacman -S npm (delete what is necessary to get this to go through) + +doas npm install -g nodemon +doas npm install -g prettier