npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See There’s Math.random(), and then there’s Math.random() · V8 for details.
normally this should be skipped - or what i have todo?
I feel like I’ve seen a similar error referencing uuid and to resolve I simply changed the node version - from like i think v16 to v14/15.
Give that a try first. Uninstall node 16 (if that’s the version installed) from the server > services page, install a later version of Node, and then try redeploying.