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?
Asked
Active
Viewed 195 times
1 Answers
1
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.

Community
- 1
- 1

Cyclotron3x3
- 2,188
- 23
- 40
-
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? β MJO Sep 25 '16 at 16:44
-
this will help you. You can have multiple version/instance of node running in same system. [running multiple node](http://stackoverflow.com/questions/8455290/install-different-versions-of-nodejs) β Cyclotron3x3 Sep 25 '16 at 16:47
-
ok thank you, please add the link in the comment above to your answer so I mark it as the accepted answer β MJO Sep 25 '16 at 19:06