From e1ae64aebffac6413ffe01e5110008ac3cbd5940 Mon Sep 17 00:00:00 2001 From: Thomas Hoddinott Date: Mon, 28 Feb 2022 13:59:30 +0100 Subject: [PATCH] pin node to a compatible node-sass version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73b9394..14fac35 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ Particularly if you’ve never tried it before, you should install [Microsoft Vi ``` git clone git@github.com:mike-works/sass-fundamentals.git cd sass-fundamentals +nvm install 14.17.6 +nvm use 14.17.6 npm install ```