- Learning Ionic(Second Edition)
- Arvind Ravulavaru
- 145字
- 2021-07-02 23:24:28
Installing Node.js
Since Ionic uses Node.js for its CLI as well as for the build tasks, we will first install it as follows:
- Navigate to https://nodejs.org/.
Click on the Install button on the homepage and an installer for our OS will automatically be downloaded. We can also navigate to https://nodejs.org/download/ and download a specific copy.
- Install Node.js by executing the downloaded installer.
To verify that Node.js has been successfully installed, open a new Terminal (*nix systems) or Command Prompt (Windows systems) and run the following command:
node -v
> v6.10.1
- Now execute the following command:
npm -v
> 3.10.10
npm is a Node Package Manager that we will be using to download various dependencies for our Ionic project.
We need Node.js only during the development. The version specified is only for illustration. You may have the same version or the latest version of the software.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Building a RESTful Web Service with Spring
- R語言數據可視化實戰
- Learning SQLite for iOS
- Unity Shader入門精要
- 匯編語言程序設計(第3版)
- 高級語言程序設計(C語言版):基于計算思維能力培養
- 智能搜索和推薦系統:原理、算法與應用
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- 機器學習微積分一本通(Python版)
- Mastering jQuery Mobile
- 遠方:兩位持續創業者的點滴思考
- 3D Printing Designs:Octopus Pencil Holder
- Developing Java Applications with Spring and Spring Boot
- Microsoft Windows Identity Foundation Cookbook