make Node-red a dev rep

This commit is contained in:
Dave Conway-Jones
2018-05-04 19:11:49 +01:00
parent 77ecd76867
commit 805b53535a
2 changed files with 1 additions and 10 deletions

View File

@@ -28,13 +28,6 @@ To manually install using this repo:
Node.js v6 or newer is required. To run tests on all of the nodes you will need the node-red runtime:
npm i node-red-nodes
npm i node-red --no-save
npm test
If you already have Node-RED installed you can point to the existing installation to save space.
npm i node-red-nodes
npm i {path_to_your_existing_Node-RED_install} --no-save
npm test
## Contributing