Skip to main content

All Questions

Tagged with
0 votes
1 answer
178 views

Ionic angular running issue in android?

I need to run an old ionic project and the node version used is given below. # README # This README would normally document whatever steps are necessary to get your application up and running. ##...
abdul's user avatar
  • 155
2 votes
2 answers
2k views

Can no longer build Ionic 3 (angular) app using node 12 as of May 2023

I have to maintain a legacy Ionic3 App. (Yes I know it's out of date, we are in the process of porting it to Ionic7) Ionic3 requires node-sass which isn't supported > Node12 It was building fine ...
salonMonsters's user avatar
1 vote
0 answers
431 views

How to config Firebase Crashlytics in Ionic 3 and [email protected]?

I work on a project which needs the implementation of Firebase Crashlytics in Ionic 3. We studied all the documentation but we faced some issues about the integration of cordova-ios. Due to the ...
Vinicius S. de Oliveira's user avatar
2 votes
1 answer
2k views

How can I upgrade Node JS to v14.x with Ionic 3?

According to errors I faced with this TS/Node project (for a simple TypeScript only REST API) the suggested fix (mentioned here (https://github.com/heineiuo/rippledb/issues/148)) is that I needed ...
Meryan's user avatar
  • 1,395
1 vote
1 answer
753 views

Ionic cordova - Error: EBUSY: resource busy or locked

While executing ionic cordova build android command, getting following error. (node:17852) UnhandledPromiseRejectionWarning: Error: EBUSY: resource busy or locked, open 'D:\project\xxxx\xxxx\www\...
AnKr's user avatar
  • 453
0 votes
1 answer
330 views

ionic cordova build android --prod gets a JavaScript heap out of memory

I am building an Ionic 3 app. My --prod build was working fine. Suddenly I am getting the JavaScript heap out of memory now with the --prod flag. I have tried alot of things from the web but still I ...
K. Ajay's user avatar
  • 377
0 votes
1 answer
309 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
80 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
  • 598
0 votes
1 answer
558 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
5 votes
1 answer
8k views

Ionic cordova build Type 'ModuleWithProviders' is not generic

Hi I'm not very experienced with Angular and couldn't find a solution - I'm working on an Ionic Cordova project, and I wanted to update the Android API level. After that, I wasn't able to build my ...
Roy Rashti's user avatar
1 vote
0 answers
504 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
-1 votes
1 answer
35 views

How to send the message by one Enter Click?

Here, When I'm clicking Enter Keyword, it goes to Next Line. Instead of that message have to be sent
Manoj Kumar Surisetti's user avatar
0 votes
1 answer
345 views

Installed latest node-sass but project keeps attempting to install node-sass 4.9.0

I am attempting to run an ionic theme in Windows 10 but I have trouble when I run "npm install" returning the error npm ERR! [email protected] postinstall: `node scripts/build.js` I checked ...
user3682205's user avatar
1 vote
1 answer
3k views

I keep being rejected by CLI - how to continue using node 8.x.x with Ionic 3 and Cordova 9?

Our project setup is Ionic 3 version, with Cordova 9, and 8.x.x Node.JS. Everything was relatively fine, until recently, when I started getting this error from command line: ERR: Your Node.js ...
SadClown's user avatar
  • 658
0 votes
1 answer
176 views

PassportJs is retrieving data with any clientID and clientSecret

Google Plus Token Strategy: passport.use('googleToken', new GooglePlusTokenStrategy({ clientID: 'adf', clientSecret: 'asdf' }, (accessToken, refreshToken, profile, done) => { console.log(...
Khaled Ramadan's user avatar

15 30 50 per page
1
2 3 4 5
10