node-red-nodes/utility/group
Sam Machin 2d28a2304f
Update package.jsons for mono-repo (#851)
Update the package.json for each node to point to the directory within the repo that hosts the code for the package in question.  as per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository
2021-11-02 15:22:30 +00:00
..
LICENSE Merge branch 'master' of https://github.com/node-red/node-red-nodes 2020-04-10 22:44:55 +01:00
README.md Merge branch 'master' of https://github.com/node-red/node-red-nodes 2020-04-10 22:44:55 +01:00
group.html Merge branch 'master' of https://github.com/node-red/node-red-nodes 2020-04-10 22:44:55 +01:00
group.js Merge branch 'master' of https://github.com/node-red/node-red-nodes 2020-04-10 22:44:55 +01:00
package.json Update package.jsons for mono-repo (#851) 2021-11-02 15:22:30 +00:00

README.md

node-red-node-group

A Node-RED node to allow flows containing groups to be imported into older versions of Node-RED.

The ability to create groups was introduced in Node-RED 1.1.0, adding a new core node type called group.

This module provides its own group node type that can be installed into older versions of Node-RED to allow them to run flows containing that type.

It does not provide any group-like functionality - it only registers a placeholder group node type.

The module will only register the type if it detects it is being loaded into Node-RED 1.0.x or older, otherwise it does nothing.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm i node-red-node-group