I have MeteorJS already installed on my win8.1 and I want to install NodeJS to be able to install Ghost (blogging platform) on my pc to try it and play with it… Is it possible? does it gonna effect meteor operations? how can I do it?
1 Answer
Adding already answered stuff
Meteor is to Node as Rails is to Ruby." It's a large, opinionated framework that uses Node on the server. Node itself is just a low-level framework providing functions for sending and receiving HTTP requests and performing other I/O. node vs meteor
we can run multiple node version/instances in a single system.
Running multiple nodeJs instances in a single system
You will not face any issue.
3 Comments
MJO
The point that I don't get is that I will be installing nodeJs when it's already installed! But can't be used! So how reinstalling it is not going to affect the one already installed?
Cyclotron3x3
this will help you. You can have multiple version/instance of node running in same system. running multiple node
MJO
ok thank you, please add the link in the comment above to your answer so I mark it as the accepted answer