阅读Node.js的os.arch(),它说:
返回编译Node.js二进制文件的操作系统CPU体系结构。可能的值是'arm‘、'arm64’、‘ia32 32’、'mips‘、'mipsel’、'ppc‘、’ppc 64‘、’s 390‘、’s 390x‘、'x32’和‘x 64’。
阅读这个问题规定os.arch() returns the architecture of the Node.js process, not the operating system.
在考虑下载selenium浏览器驱动程序(Chrome、Firefox、IE、
我已经下载了Node.js .msi安装程序。它已成功安装,但所需的软件安装存在问题。它应该自己下载所有的东西,但是它被卡住了: DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 我能不能直接退出,它就能工作,或者我应该做些什么来确保Node.js能正常工作?