Just noticed this in my v7.4.3 UIBUILDER package.json file;
"path": "/home/ubuntu/.node-red/uibuilder",
"error": {
"code": "ELSPROBLEMS",
"summary": "missing: @totallyinformation/web-components@^1.2.0, required by uib_root@7.4.3\nmissing: justgage@^1.7.0, required by uib_root@7.4.3\nmissing: plotly.js-basic-dist-min@^3.0.1, required by uib_root@7.4.3",
"detail": ""
},
The packages are however installed and working fine otherwise I wouldn't see my charts & gauges.
There are no browser console or node-red log errors reported.
Could it be related to Installed Libraries not showing in Library tab · Issue #556 · TotallyInformation/node-red-contrib-uibuilder · GitHub ?
Full UIBUILDER package.json
{
"version": "7.4.3",
"name": "uib_root",
"description": "Root configuration and data folder for uibuilder",
"scripts": {},
"homepage": "",
"bugs": "",
"author": "",
"license": "Apache-2.0",
"repository": "",
"uibuilder": {
"packages": {
"@totallyinformation/web-components": {
"spec": "^1.2.0",
"installFolder": "/home/ubuntu/.node-red/uibuilder/node_modules/@totallyinformation/web-components",
"installedVersion": "1.2.0",
"estimatedEntryPoint": "?",
"homepage": "https://www.npmjs.com/search?q=@totallyinformation/web-components",
"packageUrl": "/@totallyinformation/web-components",
"url": "../uibuilder/vendor/@totallyinformation/web-components/?",
"scope": "@totallyinformation/web-components",
"installedFrom": "npm",
"outdated": {
"current": "1.2.0",
"wanted": "1.3.1",
"latest": "1.3.1"
}
},
"justgage": {
"spec": "^1.7.0",
"installFolder": "/home/ubuntu/.node-red/uibuilder/node_modules/justgage",
"installedVersion": "1.7.0",
"estimatedEntryPoint": "?",
"homepage": "https://www.npmjs.com/search?q=justgage",
"packageUrl": "/justgage",
"url": "../uibuilder/vendor/justgage/?",
"installedFrom": "npm",
"outdated": {}
},
"plotly.js-basic-dist-min": {
"spec": "^3.0.3",
"installFolder": "/home/ubuntu/.node-red/uibuilder/node_modules/plotly.js-basic-dist-min",
"installedVersion": "3.0.3",
"estimatedEntryPoint": "?",
"homepage": "https://www.npmjs.com/search?q=plotly.js-basic-dist-min",
"packageUrl": "/plotly.js-basic-dist-min",
"url": "../uibuilder/vendor/plotly.js-basic-dist-min/?",
"installedFrom": "npm",
"outdated": {
"current": "3.0.3",
"wanted": "3.1.0",
"latest": "3.1.0"
}
},
"raphael": {
"spec": "^2.3.0",
"installFolder": "/home/ubuntu/.node-red/uibuilder/node_modules/raphael",
"installedVersion": "2.3.0",
"estimatedEntryPoint": "?",
"homepage": "https://www.npmjs.com/search?q=raphael",
"packageUrl": "/raphael",
"url": "../uibuilder/vendor/raphael/?",
"installedFrom": "npm",
"outdated": {}
}
}
},
"path": "/home/ubuntu/.node-red/uibuilder",
"error": {
"code": "ELSPROBLEMS",
"summary": "missing: @totallyinformation/web-components@^1.2.0, required by uib_root@7.4.3\nmissing: justgage@^1.7.0, required by uib_root@7.4.3\nmissing: plotly.js-basic-dist-min@^3.0.1, required by uib_root@7.4.3",
"detail": ""
},
"devDependencies": {},
"peerDependencies": {},
"_id": "uib_root@7.4.3",
"dependencies": {
"@totallyinformation/web-components": "^1.2.0",
"justgage": "^1.7.0",
"plotly.js-basic-dist-min": "^3.0.3",
"raphael": "^2.3.0"
}
}