Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node version #35

Closed
ajgarn opened this issue Mar 8, 2017 · 2 comments
Closed

Node version #35

ajgarn opened this issue Mar 8, 2017 · 2 comments

Comments

@ajgarn
Copy link

ajgarn commented Mar 8, 2017

Can I specify which node version to install when building a Docker image with yours as a base? And is there a reason to why you are using v4 and not v6, which is the latest LTS version?

Great work btw!

@jshimko
Copy link
Owner

jshimko commented Mar 8, 2017

You can build your own copy of meteor-launchpad and specify the NODE_VERSION in this file, but you can't just use whatever version you want. You have to stick with the version that Meteor currently supports. As of right now, that's 4.x. Once Meteor supports something higher, it'll change here too.

I've also debated not even installing Node/npm in this image because Meteor comes packaged with the version it requires (you use it by running meteor node or meteor npm), but the scripts in this project completely delete Meteor after the build, so I went with a separate install if Node/npm.

@jshimko jshimko closed this as completed Mar 9, 2017
@ajgarn
Copy link
Author

ajgarn commented Mar 9, 2017

Okay, great answer, I did not know that. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants