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 ```