Node.js 8.1.1 已发布,Node.js 是一套用来编写高性能网络服务器的 JavaScript 工具包。
主要更新如下:
Child processes
stdout and stderr are now available on the error output of a failed call to the util.promisify()ed version ofchild_process.exec
HTTP
A regression that broke certain scenarios in which HTTP is used together with the cluster module has been fixed
HTTPS
The rejectUnauthorized option now works properly for unix sockets
Readline
A change that broke npm init and other code which uses readline multiple times on the same input stream is reverted
下载地址:
https://nodejs.org/dist/v8.1.1/node-v8.1.1-x64.msi
软件详情:https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.1.1
来自:开源中国社区

