Problems:
- When I try to use the dashboard/Theme/Style/Dark, it doesn't work
- When I try to use the dashboard/Site/Always show side menu, it doesn't work
After changing those setting, I always do a full Deploy.
I have noticed that node-red-contrib-themes is not installed. Would that explain the problem that I see?
When I try to install @node-red-contrib-themes/theme-collection, I get the following log:
2022-12-01T02:06:31.359Z Install : @node-red-contrib-themes/theme-collection 3.0.6
2022-12-01T02:06:30.334Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict @node-red-contrib-themes/theme-collection@3.0.6
2022-12-01T02:06:31.635Z [err] npm
2022-12-01T02:06:31.635Z [err]
2022-12-01T02:06:31.636Z [err] WARN config production Use--omit=dev
instead.
2022-12-01T02:06:35.036Z [out]
2022-12-01T02:06:35.036Z [out] up to date in 3s
2022-12-01T02:06:35.063Z rc=0
In a terminal window, if I execute the npm install... command above with the --omit=dev
, node red still show the node-red-contrib-themes not installed.
My setup is a Raspberry Pi 4 running OpenPlotter and SignalK with latest versions. SignalK has the pluggin @signalk/signalk-node-red with latest version 2.12.0.
Node red version 2.1.6
npm version 9.1.3
I see the same behavior between Chome, Edge, Chromium
Any idea how to fix those problems?