From ed81461deb5c7a22ea5529a8ae55fe22d8f044a8 Mon Sep 17 00:00:00 2001 From: jimfrenette Date: Wed, 4 Aug 2021 22:43:43 -0400 Subject: ui build requires node v12+ --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20ec646..fb05aff 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Preview the site, e.g., [`localhost:1313`](http://localhost:1313/) ## Webpack Dev UI -Install node modules +Install node modules - Requires Node v12 (lts/erbium) ``` cd www/themes/starter @@ -36,7 +36,7 @@ Unminified development build with sourcemaps ``` cd www/themes/starter - + npm run dev ``` @@ -44,7 +44,7 @@ Build for production with npm run build. CSS and JavaScript files will be output ``` cd www/themes/starter - + npm run build ``` -- cgit v1.2.3