'Node.js installation stuck

I have downloaded Node.js .msi installer. It has successfully installed, but there are issues with required software installation. It should download everything on it's own, but it got stuck here:

DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

Can i just quit and it will work, or i should do something to ensure that Node.js will work properly?



Solution 1:[1]

It just happened to me. It got stuck for nearly 10 minutes with the exact same message as the last output.

Eventually it did finish though. There's little to nothing left afterwards but still, I'd advise that you let the script end gracefully rather than killing it.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Crono