Questions tagged [ionic-cli]

Questions related to using the ionic command line interface to interact with ionic framework

ionic-cli is the CLI that helps interact with Ionic framework, such as, creating projects, build projects into specific platforms, adding PhoneGap/Cordova plugins...

Visit its homepage for more information, http://ionicframework.com/docs/cli/

118 questions
0
votes
1 answer

Switching between Ionic Cli versions?

I am working on multiple projects, some of which use Ionic 1 and others that use Ionic 4. However, switching between them has become a problem. After updating Ionic CLI to the latest and working on 4 I am now trying to work on an older Ionic 1. The…
Jeremy
  • 3,620
  • 9
  • 43
  • 75
0
votes
0 answers

How to add firebase push notifications to Ionic v1 project?

Im kinda new to Ionic and I have a basic ionic creator v1 project with me. I have downloaded the zip file export and I already have Ionic CLI @ latest version. I saw many tutorials on how to add firebase push notifications but they are all for Ionic…
0
votes
1 answer

ionic v3 proxy configuration for running on android device

Proxy settings work when I run locally on the browser. When I run it on the device using: ionic cordova run android --device --livereload I get the error: Failed to load http://localhost:5984/mobilehosstest: Response to preflight request doesn't…
Sumama Waheed
  • 3,579
  • 3
  • 18
  • 32
0
votes
1 answer

Ionic Cordova on Windows 7 cannot create project

Straight to the point, I am trying to learn and play around with Ionic development. Installed Node.js and npm install -g cordova ionic , seems to install successfully , i can see the version. Now when i run the command ionic start , the…
sansknwoledge
  • 4,209
  • 9
  • 38
  • 61
0
votes
2 answers

Ionic cordova bluetooth plugin is not working with - - prod flag build

My Bluetooth app is running well when I am building the app with ionic cordova build android command. BUT when I am building my app with -- prod flag i.e. ionic cordova build android --prod my app is not getting access to the BLUETOOTH SERIAL…
0
votes
1 answer

Ionic Serve Not Serving

When I run ionic serve, it builds the app but the server isn't run. Here's the trail: Starting app-scripts server: --address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser - Ctrl+C to cancel [17:55:35] watch…
David Haddad
  • 3,796
  • 8
  • 32
  • 40
0
votes
1 answer

App doesn't work anymore after Ionic CLI update

After I updated Ionic CLI, 2 days ago, all the ionic components like or aren't shown and the ngCordova plugin stopped working. I tried, to uninstall and reinstall ionic, I tried to make a new project to test those tags,…
0
votes
1 answer

Cant seem to build ionic 2 app in –prod

I keep getting this error whenever I ionic build android --prod. it works fine with ionic serve and ionic run. even ionic build is okay. Error: Cannot determine the module for class SupplierChequeModalPage in…
Kissa Eric
  • 77
  • 1
  • 11
0
votes
1 answer

Ionic cordova resources no responding

it keep this state for about an hour and that's definitely not normal. anyone's help are appreciated. thanks
yi peng
  • 33
  • 8
0
votes
1 answer

How to add splash screen in ionic3

ionic info: ionic cordova resources:
venky
  • 9
  • 2
0
votes
1 answer

Failed to clean directory in ionic3

Failed to clean directory --EPERM: operation not permitted
sabari
  • 11
  • 4
0
votes
0 answers

Configure Ionic Address

I have a windows system with; cordova 7.0.1 ionic 3.3.0 npm 3.10.8 gulp 3.9.1 I am trying to configure Ionic Serve to localhost and not the 0.0.0.0 default as it returns an Access Denied error. In a previous version I was able to add "ank":…
DoctorWizard
  • 303
  • 1
  • 3
  • 11
0
votes
1 answer

Ionic 2/3 custom component with ionic cli

If one uses the ionic cli to generate a component ionic g component foobar And then tries to use that selector There is an error Error: Template parse errors: 'foobar' is not a known element: This is without any changes at…
user1752532
0
votes
0 answers

Ionic2 - using a starter by specifying a github url fails with "cannot read property"

I am trying to use a starter template available via a git repository. when I am applying the ionic start command as specified e. g. for the ionic super starter, I get the following error: C:\Users\DemoUser\Development\steroidsProjects>ionic…
0
votes
1 answer

error on adding platform, graceful-fs module

i started a new ionic project on adding android platform i get this error FS:re-evaluvating native module source is not supported. if you are using graceful-fs module .please update it its a new ionic 2 project could some one help me. i tried…
Yokesh Varadhan
  • 1,636
  • 4
  • 21
  • 47