Meteor and NODEJS

Hello everyone,
A small installation question:
If I install meteor on a pc where NODEJS is already installed, will installing meteor install another NODEJS in its environment?
And if so, is there a risk of conflict?

Thank you for your answers
YC

Don’t thinkkk it installs another one (not sure though). No there shouldn’t be a conflict. I’ve used nvm to switch environments without issue.

1 Like

Meteor bundles its own node at the correct version for the version of Meteor being used in that specific project. However, it will not conflict with any other versions of node you may have installed, nor with any other bundled versions in other Meteor projects.

4 Likes

Thank you for your answers
YC

1 Like