I try to install Node red Dasboard from Palette but there's an erroe message "failed to install".
That's the message , (sorry for my english i m french):
https://registry.npmjs.org/debug: Integrity verification failed for sha512-P0Xl75/i/ONW88P6UKJl3d9M4tx71qYEz1xcLSqAR7o1NqBLpaJZNJDtodiHYtoryC/gqBuDcjnymRvRt3+9zQ== (/home/pi/.npm/_cacache/content-v2/sha512/3f/45/e5ef9fe2fce356f3c3fa50a265dddf4ce2dc7bd6a604cf5c5c2d2a8047ba3536a04ba5a2593490eda1d88762da2bc82fe0a81b837239f2991bd1b77fbdcd)
2020-09-13T12:47:07.809Z [err]
2020-09-13T12:47:07.810Z [err] npm ERR! A complete log of this run can be found in:
2020-09-13T12:47:07.810Z [err] npm ERR! /home/pi/.npm/_logs/2020-09-13T12_47_07_791Z-debug.log
2020-09-13T12:47:07.834Z rc=1
That is possibly a problem with the npmjs website. Try again and see if it is ok now. If not then your npm cache may have been messed up by the problem. Go to your .node-red directory and run npm cache clean --force
And npm -g cache clean --force
and try again.
Thank you for your help! I ve already tried this command yesterday:
npm cache clean --force
and it didnt work.
But this command is ok!!:
npm -g cache clean --force
Thank you very much, IIcouldn't solve this problem for weeks!
have a good weekend!