-
Notifications
You must be signed in to change notification settings - Fork 63
Add new nodejs
module
#165
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of comments, but a lot of them are the same suggestion repeated throughout. Hope it's not too overwhelming and thanks for creating this PR!
Thanks for the review! I think fixed all issue but one (see comment) |
Hmm very strange, I pushed changes to my branch and even rebased onto the latest @mafredri Any idea why this could be? |
@TheZoker We'll have to wait, sit tight 😄 https://www.githubstatus.com/incidents/wcl1sw4mzg60 |
@mafredri Alright, seems like the Github sync job has caught up. Can you check if the script is ok now? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor stuff, but this is mostly OK by me now. There's still the question of verified or not so I'll defer approval until that's been decided/taken care of.
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
@mafredri Since we set |
Thanks for the reviews and the merge 🎉 |
This PR adds a node installer module. It is powered by NVM. By default it installs the latest version of node and makes that the default. But the user can also provide a list of node versions, they like to install and also a custom default node version as well.
I'm not 100% sure about the naming. Other possible names for the module:
nvm
node
nodejs
What you you prefer?
Note:
node
installs the latest version of node.