| theme | transition | highlightTheme | logoImg | slideNumber | title |
|---|---|---|---|---|---|
night |
slide |
monokai |
logo.png |
false |
JavaScript-Reintroduction |
::: block Introduction to Node.js {style=font-size:3em;text-align:center;} :::
- Node.js
- NPM
- Package.json
- npm install
- npm audit fix
- NVM
::: block Node Package Manager {style=font-size:1em;text-align:center;} ::: Why we use it?
- Allows users to install 3rd Party Software
- Technically, seperate from node.js but bundled with it.
- The company, NPM, now owned by Github.
::: block Node Version Manager {style=font-size:1em;text-align:center;} :::
- Allows use to install and use multiple different versions of node.
- Aids in maintaining legacy software.