cml-test-module

raw JSON →
0.0.2 verified Sat Apr 25 auth: no javascript abandoned

A minimal Node-RED test module for exporting subflows, currently at version 0.0.2. This package is a simple experimental project with no active development or community traction. It lacks documentation beyond a placeholder readme. It has no known alternatives as it's a test module for Node-RED subflow export functionality.

error Error: Cannot find module 'cml-test-module'
cause Module not installed or npm issue
fix
Run npm install cml-test-module@0.0.2 in your project directory.
gotcha Version 0.0.2 is the only released version; extremely unmaintained and likely broken in modern Node-RED.
fix Avoid using in production; consider alternative Node-RED subflow management tools.
npm install cml-test-module
yarn add cml-test-module
pnpm add cml-test-module

Installation and basic import of the cml-test-module for Node-RED.

// Install the module
npm install cml-test-module@0.0.2

// Use it in a Node-RED flow
const testModule = require('cml-test-module');
// The module exports Node-RED subflows; refer to Node-RED documentation for usage.