CyCoreSystems / docker-meteor

Dockerfile and script for running Meteor on Docker
MIT License
120 stars 73 forks source link

Trying to use meteor 1.6 #56

Closed greggman closed 6 years ago

greggman commented 6 years ago

I tried using meteor 1.6 with

 RELEASE=1.6

And got this message:

Application's Meteor version (1.6) is less than 1.3.1; please use ulexus/meteor:legacy

I'm guessing it wants me to put in 1.6.0? or 1.6.0.0 but meteor itself, after upgrading from 1.5.2.2 just says 1.6 when using meteor version

another issue seems to be the node version. This container references node 4 but meteor 1.6 seems to need node 8

Ulexus commented 6 years ago

You are correct; this is an unfortunate problem in the semver package we are using. I really need to figure out some way to replace or work around that problem.

Ulexus commented 6 years ago

Fixed by 73241f38dff8bc6b1af586f81e4b112e139d7648

Ulexus commented 6 years ago

Fix not sufficient... back to the drawing board.

smeijer commented 6 years ago

Another problem with the 1.6 release, is that it requires a newer version of Node. Perhaps make the NODE version configurable? Or extract it from meteor node -v?

Ulexus commented 6 years ago

@smeijer That's a good idea. Are you up to writing it? In any case, please do create a new issue about it.