Node-red-node-serialport error installing in UnRAID Docker

Hi i am trying to install node-red-node-serialport 0.10 on my Node-Red 0.20.8 witch i have in a UnRAID Docker container on UnRAID Version 6.8.0.
It works greate on an Raspberry Pi 3.
But not on my Docker in UnRAID i just get the folowing error. All other Nodesdont have any issues installing.

2019-12-30T12:06:51.650Z Install : node-red-node-serialport 0.10.0

2019-12-30T12:06:51.915Z npm install --no-audit --no-update-notifier --save --save-prefix="~" --production node-red-node-serialport@0.10.0
2019-12-30T12:07:09.293Z [err] npm
2019-12-30T12:07:09.294Z [err]  WARN node-red-project@0.0.1 No repository field.
2019-12-30T12:07:09.294Z [err] npm WARN
2019-12-30T12:07:09.294Z [err]  node-red-project@0.0.1 No license field.
2019-12-30T12:07:09.294Z [err] 
2019-12-30T12:07:09.295Z [err] npm ERR!
2019-12-30T12:07:09.295Z [err]  path /data/node_modules/.serialport.DELETE/build/Release
2019-12-30T12:07:09.295Z [err] npm ERR! 
2019-12-30T12:07:09.295Z [err] code ENOTEMPTY
2019-12-30T12:07:09.295Z [err] npm ERR!
2019-12-30T12:07:09.295Z [err]  errno -39
2019-12-30T12:07:09.295Z [err] npm 
2019-12-30T12:07:09.295Z [err] ERR! syscall rmdir
2019-12-30T12:07:09.295Z [err] npm ERR!
2019-12-30T12:07:09.295Z [err]  ENOTEMPTY: directory not empty, rmdir '/data/node_modules/.serialport.DELETE/build/Release'
2019-12-30T12:07:09.353Z [err] 
2019-12-30T12:07:09.353Z [err] npm ERR! A complete log of this run can be found in:
2019-12-30T12:07:09.353Z [err] npm ERR!     /usr/src/node-red/.npm/_logs/2019-12-30T12_07_09_297Z-debug.log
2019-12-30T12:07:09.358Z rc=217

i'm able to install it on v1.0.3 so looks like you just need to update.