I have installed the package canvas-gauges
as a Node-Red add-on option which seems to be successful.
npm_packages:
- canvas-gauges
I want to use this package in a Node-Red dashboard template node such as
<script src="gauge.min.js"></script>
This doesn’t load - message in the console (host obfuscated) indicates it cannot find the package…
app.min.js:20 GET https://xxx.xxxxx.xxx:1880/endpoint/ui/gauge.min.js 404
What is the right path to the package in the add-on?