UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.

35 lines (24 loc) 815 B
--- title: Check all libraries on node-red startup process description: | The process to check for manually installed libraries and check for updates when node-red starts up created: 2022-09-17 16:05:22 updated: 2026-05-09 11:09:57 --- ## Overview 1. Check for `<uibRoot>/package.json` - if not exists, create. 2. Check structure of `<uibRoot>/package.json` - apply template if needed. 3. For each dependency, 1. check that `uibuilder.packages.<pkg-name>` contains correct template. 2. check that `uibuilder.packages.<pkg-name>` contains correct details. ## uibuilder * runtimeSetup() * packageMgt.setup() ## Package Management (`nodes/libs/package-mgt.js`) --- readPackageJson getUibRootPJ setup getUibRootPackageJson ~~web:serveVendorPackages~~ getPackageDetails2