Skip to main content

All Questions

Tagged with
0 votes
1 answer
355 views

Ionic 3 Error: Failed to transpile program

I have an old ionic 3 project but when I try to build the project I get the following error [13:45:55] typescript: node_modules/@types/ncp/index.d.ts, line: 29 Namespace '"fs"' has no ...
Abhinav Parab's user avatar
0 votes
0 answers
82 views

Getting errors when starting an ionic project for the first time

I cloned an ionic project online that works for others, but when I do an ionic serve, I get the below errors. The site says it that it started up, but there are tons of errors in the log, and going to ...
Mike K.'s user avatar
  • 606
0 votes
1 answer
777 views

ionViewWillEnter doesn't work on entering the page

As the title suggests, my function doesn't trigger once I access the page itself. I have a button that is supposed to redirect me to another page, yet the page itself doesn't load nor the function. ...
JonBjatBun's user avatar
1 vote
0 answers
548 views

How to implement Buffer.alloc () and Buffer.from () in angular 5

I have these lines of code which work in node.js let seed = "123456789" let out = Buffer.alloc(93, "hex") let salt = Buffer.from(seed, "hex") But I need something equivalent or equal to give ...
Carlos's user avatar
  • 11
0 votes
1 answer
428 views

Can't successfully run the command npm install --save-dev --save-exact @ionic/cli-plugin-angular@latest on ionic 3.2.0

I'm trying to set up a project using ionic version 3.2.0 Cordova CLI: 8.0.0 Node 12.13.1 (lts) Using Windows 10 (If it helps) When I try to run the command ionic cordova platform add [email protected] ...
Raisul Islam Ratul's user avatar
1 vote
2 answers
1k views

Ionic - SubprocessError with 'ionic cordova platform resources ios'

I want to generate the resources for an ionic project. Unfortunately, that doesn't go very well. Cordova works just fine when I'm trying to add the ios platform, but it's giving me this error when I'm ...
Oellemans's user avatar
  • 136
0 votes
2 answers
340 views

findOneAndUpdate is not working in mongodb/nodejs

I am trying to update a Record in mongodb using nodejs but it isn't working I am getting data on the other side and everything seems to be working but it just won't update the record My server Side ...
theCoder's user avatar
  • 751
0 votes
1 answer
30 views

Unable to update a User Record in nodejs/mongodb

I am trying to update a user model in mongodb from ionic 3 app but it isn't working all I get is Request Method: OPTIONS Status Code: 204 No Content Client side code : return this.http.put(this....
theCoder's user avatar
  • 751
0 votes
2 answers
394 views

Runtime Error: Cannot find module "./config"

Hi Guys i'm trying to make changes on an Ionic 3 App, i have downgraded my node and ran npm install but i keep getting this error on my browser any time i run ionic serve. Please Help Runtime Error: ...
bits_of_lee's user avatar
0 votes
1 answer
204 views

npm vulnerability fixes require Angular 7, but will cause more issues in Ionic 3 project

So I have an question regarding my Ionic 3 project. Using npm auditthere are 10 vulnerabilities requiring fixes, but both fixes require Angular 7 and I know Ionic 3 is only compatible with Angular 5. ...
Stephen Romero's user avatar
2 votes
1 answer
2k views

socket.io client is giving cros error in ionic application

I am trying to implement a chat application using node.js socket.io and ionic 4 but I am getting cros policy error on client side This is my node.js server const path = require('path'); const http = ...
nitish's user avatar
  • 111
0 votes
1 answer
345 views

ionic serve has Typescript Error at "node_modules/@angular/core/src/render3/definition.d.ts"

i had ionic 4 installed in my windows my apps were working fine but when I downgraded it to ionic 3 it kept giving me errors. so I uninstalled cordova, ionic and nodejs completely and removed node ...
Sana.Nz's user avatar
  • 81
0 votes
1 answer
112 views

npm not installed on for ionic projects

Good morning Experts, I am stuck for some strange reason on an ionic project I am trying to start up. ionic start <name-of-project> Works very well, `npm start` Also works very well but I ...
Monday A Victor's user avatar
0 votes
1 answer
1k views

Correct approach to enable or disable sidemenu on certain pages in Ionic 3?

I have gone through this SO link Ionic - How to remove sidemenu on login page only? and tried the solutions provided here. Based on the solutions provided in the above link it seems like the simplest ...
Nital's user avatar
  • 6,112
0 votes
0 answers
217 views

I got npm error while installing any npm or plugin in ionic 3 project

I'm Developing Hybrid Application using ionic-3. I'm getting npm error when i install any plugin or npm (like "npm install --save @ionic-native/paypal"). Everything working well until i install npm. ...
Sandip Moradiya's user avatar

15 30 50 per page