- 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
推薦閱讀
- Learning ArcGIS Pro
- Learning Apache Kafka(Second Edition)
- Hands-On Reinforcement Learning with Python
- Mastering JavaScript Design Patterns(Second Edition)
- 響應(yīng)式架構(gòu):消息模式Actor實現(xiàn)與Scala、Akka應(yīng)用集成
- 智能手機APP UI設(shè)計與應(yīng)用任務(wù)教程
- Python Web自動化測試設(shè)計與實現(xiàn)
- Scratch從入門到精通
- jQuery Mobile Web Development Essentials(Second Edition)
- Responsive Web Design with jQuery
- VMware vSphere Design Essentials
- Visual Basic程序設(shè)計
- Mastering High Performance with Kotlin
- Salt Cookbook
- C#開發(fā)之道