121 questions
Score of 0
0 answers
76 views
Issue with building an Ionic 5 project using Cordova after upgrading to Ionic CLI 7
I have a project that was originally built with Ionic 5 around 2020, and it has been functioning well up until 2023. This project is primarily a maintenance-type project, meaning it doesn't receive ...
Score of 0
1 answer
77 views
How to set a build stack for ionic-cloud cli builds?
I'm trying to build an ionic web-build to be deployed through AppFlow live updates, using the ionic-cloud cli, by running:
ionic-cloud build web --app-id=12345678 --commit=...
Score of 0
1 answer
112 views
Ionic CLI won't give the proper behavior on command line with option
I have a new M2 Mac Mini, so after i set up my env its work normal,
but when i use
ionic build --prod
or
ionic serve --lab
it doesn't showing the expected behavior.
it just buildin on dev env, or ...
Score of 3
2 answers
2522 views
unhandled exception Directory import not supported resolving ES modules imported from architect\node\node-modules-architect-host.js
An unhandled exception occurred: Directory import '\node_modules@angular-devkit\build-angular\src\dev-server' is not supported resolving ES modules imported from \node_modules@angular-devkit\architect\...
Score of 0
1 answer
534 views
Unable to create ionic 3 project with ionic 6 cli
I have old ionic 3 project which i want into in my machine but its not working here i am creating simple ionic 3 project using below command
ionic start Ionic3Project blank --type=ionic-angular
It ...
Score of -1
1 answer
1032 views
This version of CLI is only compatible with Angular versions ^13.0.0 || ^13.3.0-rc.0, [ng] but Angular version 14.0.4 was found instead
I did update my ionic project to Angular 14.
Tested all and everything was working when I used ionic s.
I wanted to test on my android device and ran ionic cordova run android but got the following ...
Score of 0
0 answers
1388 views
Ionic build command
i have same problem whit the command:
ionic cordova build android
the process termined with successfull and it create the apk.
if i send the apk on my smartphone, it see the file same zip and not ...
Score of 11
1 answer
2773 views
How change Ionic CLI (package manager) with pnpm or bun
How is it possible to use pnpm or bun instead of npm with ionic cli?
it has some good benefits rather than npm, Like smaller storage usage, Showing progress when some package is downloading and etc...
Score of -1
2 answers
1649 views
Build fails with ionic cap run android -l –external
After updating to latest @ionic/cli version I started receiving this error, after I try to do this command : ionic cap run android -l --external
FAILURE: Build failed with an exception.
[capacitor]
[...
Score of 0
1 answer
4981 views
npm ERR! ERESOLVE unable to resolve dependency tree
I'm Try to create new ionic project,
But facing this error
Is there anyone know why I got this Error messages ?
and how to fix it ?
I tried:
npm cache clean --force
and
--force, or --legacy-peer-...
Score of 1
2 answers
1839 views
How to use a dev server proxy with Ionic + Vue?
I want to use Ionic's Proxies feature in an Ionic Vuejs project.
I have seen questions and answers for proxy problems with Ionic + Angular, and for Vue + Webpack, but couldn't find a solution for my ...
Score of 0
0 answers
667 views
Difference between Ionic CLI version and Ionic Version
Can anyone tell me what is the difference between the Ionic Version and Ionic CLI version? I heard that the latest version of Ionic is ionic 5. is it possible I can create an Ionic-Vue app with ionic ...
Score of 0
1 answer
2042 views
I am creating a new page in ionic 5 but it is giving this error **Could not find an NgModule**
When i run ionic g page pages/first
Complete error line: Could not find an NgModule. Use the skip-import option to skip importing in NgModule. [ERROR] Could not generate page
And When I run ionic g ...
Score of 0
0 answers
32 views
Ionic and Ionic CLI [duplicate]
Is Ionic Framework and Ionic ClI different?
I mean to say at present the latest version of Ionic Framework is 5 but when I type ionic -v it shows me 6.10.1, so What is it - Ionic framework 5 or Ionic ...
Score of 1
2 answers
3819 views
Create Ionic framework 4 Project
I have globally installed the latest version of Ionic CLI 4 (4.12.0) by running npm install -g [email protected], after that, I created a new Ionic project using ionic start, I opened the project and ...