发布于 2017-04-19 23:49:53 | 111 次阅读 | 评论: 0 | 来源: 网友投递
Meteor Web应用构建平台
Meteor 是一组新的技术用于构建高质量的 Web 应用,提供很多现成的包,可直接在浏览器或者云平台中运行。
Meteor v1.4.4 发布了。
主要更新内容如下:
v1.4.4
Node has been upgraded to version 4.8.1.
The npm
npm package has been upgraded to version 4.4.4. It should be noted that this version reduces extra noise previously included in some npm errors.
The node-gyp
npm package has been upgraded to 3.6.0 which adds support for VS2017 on Windows.
The node-pre-gyp
npm package has been updated to 0.6.36.
……
v1.4.4.1
A change in Meteor 1.4.4 to remove "garbage" directories asynchronously in files.renameDirAlmostAtomically
had unintended consequences for rebuilding some npm packages, so that change was reverted, and those directories are now removed before files.renameDirAlmostAtomically
returns. PR #8574
完整更新信息请查看发行首页。
下载地址: