使用Meteor Up(MUP)安装Node.js的最新版本

使用Meteor Up(MUP)安装Node.js的最新版本,node.js,meteor,Node.js,Meteor,默认情况下,Meteor Up(MUP)在MUP.json // WARNING: If nodeVersion omitted will setup 0.10.25 by default. Do not use v, only version number. "nodeVersion": "0.10.26", 问题:如何配置MUP以安装最新版本的node,而不必在MUP.json中输入特定的版本号?Meteor始终不适用于最新版本的NodeJS。所以,有这样的东西是不好的。因此,最好手

默认情况下,Meteor Up(MUP)在
MUP.json

// WARNING: If nodeVersion omitted will setup 0.10.25 by default. Do not use v, only version number.

  "nodeVersion": "0.10.26",

问题:如何配置MUP以安装最新版本的node,而不必在
MUP.json
中输入特定的版本号?

Meteor始终不适用于最新版本的NodeJS。所以,有这样的东西是不好的。因此,最好手动设置。我们将更新正确的默认值。因此,在升级新的Meteor版本时,最好更新mup并进行
mup设置