From 6f4b333a3125369438d835fdfe05ff48345d7333 Mon Sep 17 00:00:00 2001 From: Andrew Koroluk Date: Sun, 5 Mar 2017 17:13:22 -0500 Subject: [PATCH] docs(readme): add note about not supporting Node.js 7 Signed-off-by: Andrew Koroluk Signed-off-by: Brendan Le Foll --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7326a50..c478b63 100644 --- a/README.md +++ b/README.md @@ -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.