]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Note the maximum working node version is 10.x 1096/head
authorMicheas Herman <m@micheas.net>
Thu, 10 Feb 2022 19:38:56 +0000 (11:38 -0800)
committerGitHub <noreply@github.com>
Thu, 10 Feb 2022 19:38:56 +0000 (11:38 -0800)
Update instructions to note the requirement of an ancient version of node.

README.md

index 2e3271029b092e733ba708efd0d10a49976032c6..c171c88f6f87cc3c7ee14c6eeacd02986136207f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,13 +11,17 @@ Foundation for Emails (previously known as Ink) is a framework for creating resp
 
 ## Getting Started
 
-The main way to get started is with our [email template stack](https://github.com/zurb/foundation-emails-template). To use the stack, you'll need [Node.js](https://nodejs.org/en/) installed on your machine.
+The main way to get started is with our [email template stack](https://github.com/zurb/foundation-emails-template). To use the stack, you'll need [Node.js](https://nodejs.org/en/) no greater than version 10 installed on your machine.
+
+`nvm` installation instructions can be found [here](https://github.com/nvm-sh/nvm#install--update-script)
 
 To set up the emails template, run these commands:
 
 ```bash
 git clone https://github.com/zurb/foundation-emails-template project
 cd project
+nvm install 10
+nvm use 10
 npm install
 ```