Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Node Version Manager Installation to Setup #7

Open
wants to merge 1 commit into
base: 24/hs
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/slides/content/01/01.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,10 @@ Programmiersprache: TypeScript (statt JavaScript)
- [Microsoft VS Code](https://code.visualstudio.com/Download) installieren
- Tipp: [Telemetrie abschalten](https://code.visualstudio.com/docs/getstarted/telemetry#_disable-telemetry-reporting)
- Alternative [VSCodium](https://github.com/VSCodium/vscodium/)
- [Node.js](https://nodejs.org/en/) Version "20 LTS" installieren (Profis ggf. mit `fnm`)
- [Node.js](https://nodejs.org/en/) Version "22 LTS" installieren (Profis ggf. mit `fnm`)
- [Node Version Manager NVM - Windows](https://github.com/coreybutler/nvm-windows) node.js Versionsmanagement für einfaches Versionhandling.
- [Node Version Manager NVM - Mac](https://sukiphan.medium.com/how-to-install-nvm-node-version-manager-on-macos-d9fe432cc7db)
- [NVM Usage](https://github.com/coreybutler/nvm-windows?tab=readme-ov-file#usage)
- [Git](https://git-scm.com/download) installieren
- Win: Standard durchklicken
- Mac: Empfehlung homebrew 🍺 (Via pkg oder sh)
Expand Down