Skip to content

Commit 5212b69

Browse files
committed
warning: don't use above Node 0.12 (nodejs/node#2835 is the reason)
1 parent a8d08db commit 5212b69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This package (`echolist-csv2hpt`) is a CLI tool that copies Fidonet echomail area descriptions from a CSV echolist to an HPT areas file.
44

55
It requires [Node.js](http://nodejs.org/) to run and [npm](https://www.npmjs.org/) to be installed.
6+
* Currently only Node.js version 0.10.x or 0.12.x is supported.
7+
* The latest stable [io.js](https://iojs.org/) or Node v4.0.x are not supported because they are [not backwards-compatible](https://github.com/nodejs/node/issues/2835) with older interfaces currently used by [`iconv-lite`](https://www.npmjs.com/package/iconv-lite).
68

79
## Installing echolist-csv2hpt
810

0 commit comments

Comments
 (0)