Specify what version of Meteor to use locally

大城市里の小女人 提交于 2020-01-04 13:43:20

问题


So I'm just having a look at someone's code and downloaded it to try and run locally. The problem is that they last updated the project in April so they're not using the latest version of meteor but my localhost is trying to do just that.

I read there was a way to specify what version of Meteor would run locally (and subsequently package) but I can't find it again for some reason.


回答1:


To set the version for the current project only, write the number in .meteor/release text file.




回答2:


meteor update --release 0.6.4.1


来源:https://stackoverflow.com/questions/18534727/specify-what-version-of-meteor-to-use-locally

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!