Skip to content

Commit

Permalink
Merge pull request #188 from Bernardoow/version_compatibility
Browse files Browse the repository at this point in the history
Added information about  Version Compatibility
  • Loading branch information
wking-io authored Sep 22, 2019
2 parents 13535d9 + 91954ee commit 7cc645d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7cc645d

Please sign in to comment.