diff makefile @ 2138:83f9fbc0a003

setup tweaks
author drewp@bigasterisk.com
date Wed, 17 May 2023 17:28:35 -0700
parents 13d1fc32125b
children aecbcddccfea
line wrap: on
line diff
--- a/makefile	Wed May 17 17:27:16 2023 -0700
+++ b/makefile	Wed May 17 17:28:35 2023 -0700
@@ -17,12 +17,12 @@
 		nginx-core \
 		nginx-full \
 		normalize-audio \
-		npm \
 		python3-cairo-dev \
 		python3-dev \
 		python3-opencv \
 		python3-pygame \
 		python3-tk \
+		sox \
 		tix \
 		zlib1g-dev
 
@@ -40,8 +40,7 @@
 		python3-gst-1.0
 
 pnpm:
-	# holding pnpm back because we don't have the latest nodejs: https://pnpm.io/installation#compatibility
-	sudo npm install -g pnpm@6.32.12
+	sudo npm install -g pnpm@7.29.3
 
 bin/node:
 	ln -sf `which nodejs` bin/node