- 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.
推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- TypeScript Essentials
- Learning Three.js:The JavaScript 3D Library for WebGL
- HTML5從入門到精通 (第2版)
- Protocol-Oriented Programming with Swift
- Nginx Lua開發(fā)實戰(zhàn)
- LabVIEW虛擬儀器入門與測控應用100例
- Web性能實戰(zhàn)
- 軟件體系結構
- Learning VMware vSphere
- Building Slack Bots
- Go語言從入門到精通
- Learning Grunt
- Python 快速入門(第3版)
- 零基礎學SQL(升級版)