From 2d5a71aec29f402a517b334c93097de63628202d Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 25 Aug 2015 14:04:46 +0100 Subject: [PATCH] correct syntax for serial port standalone install --- io/serialport/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/serialport/README.md b/io/serialport/README.md index fcb05611..25e1d7dc 100644 --- a/io/serialport/README.md +++ b/io/serialport/README.md @@ -12,7 +12,7 @@ Install Run the following command in the root directory of your Node-RED install, usually this is ~/.node-red . - npm install node-red-node-serialport + sudo npm install -g --unsafe-perm node-red-node-serialport During install there may be multiple messages about optional compilation. These may look like failures... as they report as failure to compile errors -