Private
Public Access
2
0

docs(readme): add note about not supporting Node.js 7

Signed-off-by: Andrew Koroluk <koroluka@gmail.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Andrew Koroluk
2017-03-05 17:13:22 -05:00
committed by Brendan Le Foll
parent dd19634889
commit 6f4b333a31

View File

@@ -91,6 +91,8 @@ sudo zypper in mraa
Installing for Node.js only
---------------------------
> Note: Node.js 7.0.0+ is not supported. You'll have to downgrade to 6.x.x.
You can also install just the node.js mraa module by using npm. You will need a
C++ compiler and the node development headers, however it's not required to
have SWIG installed.