teambit / bvm

Bit version manager
Other
42 stars 13 forks source link

feat: install node.js #44

Closed zkochan closed 2 years ago

zkochan commented 2 years ago

When the package.json file of the Bit CLI contains a field specifying the Node.js version that it needs to work with (via "bvm": { "node": "<version>" }), bvm installs the provided Node.js version to <bvmDir>/nodejs/<version> and links bit to that version of Node.js. So when the user will run bit, the installed Node.js version will be used to execute it.