changeset 77:996f39b03494

hold back pnpm version for older nodejs
author drewp@bigasterisk.com
date Wed, 15 Jun 2022 21:31:53 -0700
parents de387eae06cf
children fb68881b79a0
files packages.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages.py	Sat Jun 11 22:58:35 2022 -0700
+++ b/packages.py	Wed Jun 15 21:31:53 2022 -0700
@@ -93,7 +93,8 @@
 
     server.shell([
         # https://github.com/pnpm/pnpm/releases
-        "npm install -g pnpm@7.2.1",
+        # but also https://pnpm.io/installation#compatibility
+        "npm install -g pnpm@6.32.22",
         ])
 
 apt.packages(packages='mlocate', present=False)