Hi,
I have no palette manager in my node red, in the log i can see te following.
info] Palette editor disabled : npm version too old. Requires npm >= 3.x
So i think i have to upgrade npm, how to do that?
Regards
No palette manager in node Red(how to upgrade npm)
Re: No palette manager in node Red(how to upgrade npm)
Hello Rox,
if the palette manager is missing in your Node-RED installation please perfom these manual steps on the console of your RevPi device:
Now start 'Node-RED' in your browser with
Open the 'Burger-Menu' (three horizontal lines) top right and select 'Manage Palette'.
IMPORTANT: if 'Manage Palette' doesn't exist in the menu, your 'node.js' or 'Node-RED version is too old; please upgrade it with the console command:
and then restart the service with:
and refresh the 'Node-RED' webpage in your browser
Now you can select 'Manage Palette' in the 'Burger-Menu': select the tab 'Install', search for 'node-red-dashboard' and install this specific palette.
Regards,
Frank
if the palette manager is missing in your Node-RED installation please perfom these manual steps on the console of your RevPi device:
Code: Select all
sudo apt update
sudo apt install npm
npm install node-red-dashboard
sudo systemctl restart nodered.service
Now start 'Node-RED' in your browser with
Code: Select all
[REVPI_IP]:1880
Open the 'Burger-Menu' (three horizontal lines) top right and select 'Manage Palette'.
IMPORTANT: if 'Manage Palette' doesn't exist in the menu, your 'node.js' or 'Node-RED version is too old; please upgrade it with the console command:
Code: Select all
update-nodejs-and-nodered
Code: Select all
sudo systemctl restart nodered.service
Now you can select 'Manage Palette' in the 'Burger-Menu': select the tab 'Install', search for 'node-red-dashboard' and install this specific palette.
Regards,
Frank