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 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 引擎的 运行时。Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。

收藏 打印