Which NodeJS version does Meteor 1.3.2.4 use?

Search for it for some time now, but can’t find anything about it.

Which NodeJS version does Meteor 1.3.2.4 use?

For me on Mac OS I found iit by changing directory to ~/.meteor/packages/meteor-tool/1.3.2_4/mt-os.osx.x86_64/dev_bundle/bin and doing ./node -v. It says “v0.10.43”.

1 Like

Thank you, for me on Windows to indeed.

you can just do:

meteor node -v

and

meteor npm -v

to get Meteor’s node and npm versions

2 Likes

Oh, thank you, didn’t know this!

1 Like

well, it’s strange that ‘meteor help’ does not show these secret parameters, ‘node’ and ‘npm’.
aw. thanks.