- 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.
推薦閱讀
- C++ Primer習(xí)題集(第5版)
- 微信公眾平臺(tái)與小程序開發(fā):從零搭建整套系統(tǒng)
- Visual FoxPro程序設(shè)計(jì)教程(第3版)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- Spring Boot+Vue全棧開發(fā)實(shí)戰(zhàn)
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- C++程序設(shè)計(jì)教程(第2版)
- PowerDesigner 16 從入門到精通
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Python繪圖指南:分形與數(shù)據(jù)可視化(全彩)
- Mastering Clojure
- Computer Vision with Python 3
- HTML5+CSS3+JavaScript案例實(shí)戰(zhàn)
- C++ Game Development Cookbook
- C#編程魔法書