- Hands-On Full:Stack Web Development with ASP.NET Core
- Tamir Dresher Amir Zuker Shay Friedman
- 133字
- 2021-06-10 19:37:19
Installing Node.js
To install Node.js, follow these steps:
- Open your browser and navigate to https://nodejs.org/en/download.
- Find the installer that matches your operating system, and click on it to download it.
- When the download is complete, execute the downloaded file to open the installation wizard, which should look like the following:
- Click Next to move forward in the wizard steps until the installation begins:
- Once the Node.js installation is done, click Finish to close the wizard:
- To test that Node.js was installed successfully, click Start | All Programs | Windows System | Command Prompt.
- In the Command Prompt window, write the following command and press Enter:
node --version
You should see the version of the installed Node.js platform, as shown here:
Installing Node.js also installs npm, so there are no further steps needed.
推薦閱讀
- FreeSWITCH 1.2
- 微商之道
- JBoss EAP6 High Availability
- 網(wǎng)絡(luò)互聯(lián)技術(shù)(實(shí)踐篇)
- Spring Cloud微服務(wù)架構(gòu)進(jìn)階
- Building RESTful Web services with Go
- C/C++串口通信:典型應(yīng)用實(shí)例編程實(shí)踐
- Unity Artificial Intelligence Programming
- Windows Server 2012 Hyper-V虛擬化管理實(shí)踐
- INSTANT KineticJS Starter
- Hands-On Microservices with Node.js
- 大型企業(yè)微服務(wù)架構(gòu)實(shí)踐與運(yùn)營(yíng)
- Guide to NoSQL with Azure Cosmos DB
- 物聯(lián)網(wǎng)與智慧廣電
- Learning Dart