Ionic configuration Issues

Source: Internet
Author: User

1, with the command Ionic start myApp tabs new Project, in the last hint Ionic\cli.js error (Specific problem description forgot)

Install node-inspector  , use commands

cnpm install -g node-inspector
,如果你没有安装cnpm,先执行命令
npm install --registry=http://r.cnpmjs.org -g cnpm
Installationcnpm

2. When building the app using the Ionic build Android command, you are prompted to gradle the error that cannot be downloaded:

Locate the Gradlebuilder.js file in the Myapp\platforms\android\cordova\lib\builders directory, put var distributionurl = process.env[' CORDOVA_ Android_gradle_distribution_url '] | | ' Http\\://services.gradle.org/distributions/gradle-2.2.1-all.zip ';

Change to var Distributionurl = ' ... /gradle-2.2.1-all.zip ';

3, the environment to build, directly read the post

Http://www.cnblogs.com/rdst/p/4699083.html

http://blog.csdn.net/zapzqc/article/details/41802453

Ionic configuration Issues

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.