皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Node v10.8.0 发布,服务器端的 JavaScript 运行环境

Node v10.8.0 发布,服务器端的 JavaScript 运行环境

Node v10.8.0 已发布,该版本值得关注的更新是针对 npm 进行的更新和错误修复。

值得关注的更新

deps:

  • 升级 npm 至 6.2.0 版本 #21592
    • npm has moved. This release updates various URLs to point to the right places for bugs, support, and PRs.
    • Fix the regular expression matching in xcode_emulation in node-gyp to also handle version numbers with multiple-digit major versions which would otherwise break under use of XCode 10.
    • The npm tree has been significantly flattened. Tarball size for the npm package has gone from 8MB to 4.8MB.
    • Changelogs: 6.2.0-next.06.2.0-next.16.2.0.

下载地址:https://nodejs.org/en/download/current/

Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。

转自 https://www.oschina.net/news/98570/nodejs-10-8-0-released