itp-dwd / 2020-spring

Repo for Dynamic Web Development Spring, 2020
26 stars 18 forks source link

[server side] How to install node #12

Closed joeyklee closed 4 years ago

joeyklee commented 4 years ago

How to install and use node: https://www.taniarascia.com/how-to-install-and-use-node-js-and-npm-mac-and-windows/

catarak commented 4 years ago

Do you think students should install Node using the Node installer, or use nvm (or nvm-windows)? The installer is obviously easier, but nvm isn't that much harder, and then you can easily change to any node version.

joeyklee commented 4 years ago

@catarak - Oh! The default node installer is the easiest BUT I do think it is v. important to know that installing different node versions is crucial.

Let's go with installing via NVM and make a tutorial on this installation that includes why this is important, how to switch between node versions, etc.

joeyklee commented 4 years ago

Closing this since we have our guides/installing-nodejs.md