Yapay zekadan makale özeti
- Kısa
- Ayrıntılı
- Bu video, Moviems YouTube kanalında yayınlanan bir eğitim içeriğidir.
- Video, Windows ve Linux işletim sistemlerinde Node.js sürümünün nasıl kontrol edileceğini adım adım göstermektedir. İlk olarak Windows için Windows PowerShell üzerinden "node -v" komutu ile Node.js sürümünün nasıl kontrol edileceği anlatılmakta, ardından Linux için benzer bir komut ile sürüm kontrolü gösterilmektedir.
- 00:01Checking Node.js Version in Windows
- Open the search and find Windows PowerShell, right-click on it, and select "Run as administrator".
- Type the command "node -v" and enter to see the Node.js version.
- You can also check the npm version by typing "npm -v" in the command line.
- 00:47Checking Node.js Version in Linux
- Open the terminal and enter the following commands.
- Type "node -v" and enter to see the Node.js version.
- You can also check the npm version by typing "npm -v" in the command line.