mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
correct syntax for serial port standalone install
This commit is contained in:
parent
56ff75a37d
commit
2d5a71aec2
@ -12,7 +12,7 @@ Install
|
|||||||
Run the following command in the root directory of your Node-RED install, usually
|
Run the following command in the root directory of your Node-RED install, usually
|
||||||
this is ~/.node-red .
|
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.
|
During install there may be multiple messages about optional compilation.
|
||||||
These may look like failures... as they report as failure to compile errors -
|
These may look like failures... as they report as failure to compile errors -
|
||||||
|
Loading…
Reference in New Issue
Block a user