All Questions
122 questions
1
vote
1
answer
45
views
UntypedFormControl's valid property always returning false
I am working on a ionic cordova-angular project and I have a screen with an input field defined like this in html file.
<div class="inputdiv">
<ion-label class="...
-1
votes
1
answer
196
views
Can't build Ionic 5 (angular) app using Node.js v12.22.12 or v12.22.6
I have a really old app that I need to run and I'm using nvm so I can use older versions of node.js and ionic. They're really old dependencies and I just need it to run in a dev environment.
The error ...
1
vote
1
answer
119
views
Error while downloading packages from npm
I'm a getting a network error while downloading package from NPM: Screenshot. How can I fix it?
D:\\ionic\\abc\\abc\>npm install @capacitor/push-notifications
npm ERR! code EPROTO
npm ERR! ...
0
votes
1
answer
525
views
npm package resolve error even I did exactly what it requires
code ERESOLVE
ERESOLVE could not resolve
While resolving: @ionic/[email protected]
Found: [email protected]
node_modules/rxjs
rxjs@"^6.5.3" from the root project
peer rxjs@"^6.5.3 || ^7.4.0&...
0
votes
1
answer
509
views
Running ionic serve I get this error : ''[ERROR] ng has unexpectedly closed (exit code 127)."
I am trying to run an ionic app on my Mac . when I run npm install to install the dependencies everything works without any problem .
but when I run ionic serve or ionic s I get this error
[ng] ...
0
votes
0
answers
72
views
npm install doesn't work @idwall-sdk-capacitor
404 error message picture
Basically, i'm trying to run a npm install, but this package doesn't exist anymore
and with that, i'm not able to install the other dependencies of the project
Is there any ...
1
vote
0
answers
320
views
ERROR in ./node_modules/query-string/base.js
Module parse failed: Unexpected token (470:12)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/...
-2
votes
1
answer
673
views
Error to add android folder to Ionic project using capacitor
I updated my capacitor packages to 5 like this :
"@capacitor/android": "^5.0.4",
"@capacitor/app": "^5.0.2",
"@capacitor/core": "^5.0.3&...
0
votes
1
answer
233
views
Trouble installing AngularFire in Ionic project
I would highly appreciate any help with installing AngularFire in Ionic 6 project. error says: Packages installation failed, see above. here is my setup:
>> ionic info
Ionic:
Ionic CLI ...
2
votes
0
answers
214
views
How to customize the scripts in ionic-angular package.json
I have created script in my package.json like below and also created particular webpack.config.js file. but when I serve or build on such file then it is serving on default webpack.config not on the ...
-1
votes
2
answers
2k
views
An unhandled exception occurred: Cannot find module 'node:fs'
When i run Ionic generate page, i got this error:
An unhandled exception occurred: Cannot find module 'node:fs'
It Happened after i change my node js version to 14.15.0. i forgot what version of node ...
1
vote
1
answer
844
views
What options to provide for CapacitorSQLite.createSyncTable() when starting to use @capacitor-community/sqlite
I am watching a tutorial from 2020 about capacitor ionic with sqlite.
(there is not a more recent tutorial unfortunately, anywhere on the internet.)
(https://youtu.be/2kTT3k8ztL8?t=635)
A lot of stuff ...
0
votes
1
answer
339
views
I have a problem with installing the calendar in my ionic angular app
Quite easy. I need to create a project; write a calendar/schedule app which shows(and is editable) the schedule/division of professor in my institute up to daily view.
First Question, do you have ...
0
votes
1
answer
516
views
¿How can i add an npm install --force when i execute ionic build android?
I execute this command
ionic capacitor sync android
But i had this conflictive modules ->
C:\Users\DELL\Documents\inspecciones\inpecciones-app>ionic capacitor sync android
> npm.cmd i -E @...
0
votes
0
answers
253
views
Could not install from "angular\[email protected]" as it does not contain a package.json file
I am getting this error when I run npm list
npm ERR! peer dep missing: @angular/[email protected], required by @angular/[email protected]
npm ERR! peer dep missing: @angular/[email protected], required ...