- 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
推薦閱讀
- The Supervised Learning Workshop
- Python 3.7網(wǎng)絡(luò)爬蟲(chóng)快速入門
- 造個(gè)小程序:與微信一起干件正經(jīng)事兒
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- Hands-On Functional Programming with TypeScript
- Jupyter數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- SpringBoot從零開(kāi)始學(xué)(視頻教學(xué)版)
- Hadoop大數(shù)據(jù)分析技術(shù)
- Instant Automapper
- 深度實(shí)踐KVM:核心技術(shù)、管理運(yùn)維、性能優(yōu)化與項(xiàng)目實(shí)施
- 程序員的成長(zhǎng)課
- Learning Concurrency in Python
- Xamarin Cross-Platform Development Cookbook
- 零基礎(chǔ)學(xué)編程系列(全5冊(cè))
- HTML并不簡(jiǎn)單:Web前端開(kāi)發(fā)精進(jìn)秘籍