- Learning Node.js for Mobile Application Development
- Stefan Buttigieg Milorad Jevdjenic
- 112字
- 2021-07-09 21:21:29
Setting up the Ionic framework and Cordova for Mac OS X
After installing Node.js on your Mac, proceed to open your command-line application and input the following command:
$ sudonpm install -g ionic
After inputting this command, you will be prompted to input your password as shown in the following screenshot:

If you have already set up the permissions for npm
on OS X, you can install Ionic with the following command:
$ npm install -g ionic
The preceding command line should result in the following output:

Installing Cordova on OS X is very similar to installing Ionic. You can run the following command to install Cordova:
$ sudonpm install -g cordova
推薦閱讀
- UI圖標創意設計
- FuelPHP Application Development Blueprints
- Learning Spring 5.0
- C# 2012程序設計實踐教程 (清華電腦學堂)
- 我的第一本算法書
- Angular開發入門與實戰
- Multithreading in C# 5.0 Cookbook
- C++ Fundamentals
- INSTANT Apache ServiceMix How-to
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- 城市信息模型平臺頂層設計與實踐
- Python繪圖指南:分形與數據可視化(全彩)
- Android Application Programming with OpenCV 3
- Image Processing with ImageJ(Second Edition)
- Web測試囧事