From 91954ee074549c938efbf36f2dd69cb97c44fa71 Mon Sep 17 00:00:00 2001 From: Bernardo Gomes Date: Sun, 22 Sep 2019 19:16:19 -0300 Subject: [PATCH] Added information about Version Compatibility --- Readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 79a0735..d10da7d 100644 --- a/Readme.md +++ b/Readme.md @@ -56,7 +56,13 @@ npm install --save-dev elm elm-live@prev If you’d rather bring your own global `elm`, `npm install --global elm-live` will do. -Note that you need *node 10.0+* to run the tool natively. +## Version Compatibility + +| Node Version | elm-live Tag Version | +| -------------- | --------------------- | +| 4 | <= v2.6.1 | +| 6 | >= v2.6.2 && < v4.0.0 | +| 10 | >= v4.0.0 | ## SYNOPSIS