简体   繁体   English

Node.js 安装卡住

[英]Node.js installation stuck

I have downloaded Node.js .msi installer.我已经下载了 Node.js .msi 安装程序。 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?我可以退出然后它会工作,还是我应该做一些事情来确保 Node.js 能够正常工作?

It just happened to me.它只是发生在我身上。 It got stuck for nearly 10 minutes with the exact same message as the last output.它卡住了近 10 分钟,显示的消息与上次输出完全相同。

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.之后几乎没有留下任何东西,但我仍然建议您让脚本优雅地结束而不是杀死它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM