phusion / passenger_library

Phusion Passenger documentation

Home Page:https://www.phusionpassenger.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Walkthrough deployment instructions for Meteor should limit Node.js version to 0.10.x

OnixGH opened this issue · comments

As of the time of filing, the max version supported by Meteor is the Node.js 0.10.x line.

See also: https://www.phusionpassenger.com/library/walkthroughs/deploy/meteor/ownserver/nginx/oss/install_language_runtime.html

Fixed in 1d3dea2

The point is that Meteor requires 0.10.x (rather than 0.12 in the old instructions). This is fixed in the mentioned commit.

I think you are in the wrong place. Meteor support for Node.js versions has nothing to do with Passenger. See: meteor/meteor#5124