Error installing node-red-node-arduino on Windows 10

Welcome to the forum @gyan

The npm cache may be currupt. Run (in the .node-red folder)
npm cache clean --force
And just in case
sudo npm -g cache clean --force
then try again.