Skip to main content

All Questions

Tagged with
0 votes
0 answers
80 views

TypeError: Cannot read properties of undefined (reading 'mangleWasmImports')

I'm in the process of upgrading my old node 8x project to node 18.18.0. When building a webpack angularjs app I get this error and unsure how to handle this issue. Is this a bug in webpack/webpack-cli ...
jammerman's user avatar
1 vote
1 answer
85 views

In Angular 5 project getting gyp errors on npm install

I am trying "npm install" in angular 5 project, but its giving gyp errors . does anyone have any idea about the errors visible in the following screenshots. I have tried to clear cache , ...
Anjali's user avatar
  • 31
0 votes
0 answers
168 views

Upgrading an existing project from Angular 5 to Angular 14

There were some enhancements needed to be done from an old project but my Angular is angular 14 and the project is in Angular 5. I cannot load the project because of the version compatibility issues. ...
loki_cap's user avatar
1 vote
0 answers
94 views

angular 5 server side rendering when i run npm run serve:universal error TypeError: Cannot read property 'charAt' of undefined

when I run this command npm run serve: universal I got error TypeError: Cannot read property 'charAt' of undefined.
md areef's user avatar
0 votes
1 answer
103 views

What is the correct way to make a HTTP request from Angular to Node js API?

Im making an API call rom angular to nodejs like below> public TUpdation(data): Observable<any>{ const headers = new HttpHeaders(); headers.set('content-type', null)...
sasi's user avatar
  • 838
1 vote
1 answer
361 views

Problem with Postgresql..DatabaseError: Connection terminated

we are using pm2 third party middle-ware and the connection is terminating every day with PostgreSQL [2019-07-17 23:52:47.639] [ERROR] ccd-error-logger - Problem with Postgresql.. DatabaseError: ...
Ganesh Goud's user avatar
10 votes
1 answer
5k views

getting error while creating build in angular 5

i am trying to creating a build and getting below error 11 silly lifecycle [email protected]~start: Returned: code: 139 signal: null 11 silly lifecycle [email protected]~start: ...
Apurv Chaudhary's user avatar
0 votes
1 answer
1k views

Why do CORS policies block my ip from my API?

when I make a request to my api in production I get this error Access to XMLHttpRequest at 'http://...:300/api/ext/companies/sort=%22code%22:-1&limit=1' from origin 'http://...:90' has been ...
Franco Androetto's user avatar
0 votes
0 answers
181 views

How can i handle Angular 404 request in Nodejs

I am using angular 6 and Server sided rendering with nodejs. i have a question how can i handle 404 route with nodejs instead of angular what i want is 404 headers + no JavaScript etc i simply want ...
Vikas Kandari's user avatar
0 votes
0 answers
84 views

Cookie not set in browser from HTTPS response

angular v5x, node v8.11.1, google chrome v72.0.3626.109 64-bit window 8 Able to get cookie at client side if client and server on same domain for example https:example.com and not able to get cookie ...
user9826536's user avatar
0 votes
0 answers
25 views

Event repetition of ng-fullcalender not working in angular

Am working on ng-fullcalender package in angular.till now working fine.i want to repeat the event on specific days/month.In fullcalender documentation they says use dow:[2] it works fine when using ...
H.wajahat hussain's user avatar
1 vote
1 answer
2k views

Socket-io dynamic initialization

Problem statement After implementing socket.io on my Angular app I was curious to learn if I could dynamically set-up the "SocketIoModule" on the client (FrontEnd) app.module file. I would like load ...
Cabrra's user avatar
  • 644
0 votes
0 answers
632 views

npm file-saver's saveAs() working when file is transferred from localhost server but not when file is transferred from cloud machine

I am calling an express api which provides a xlsx file stored at express server directory for download to client from my angular 5 app. express server response method is as follows: res.download(path....
user9306205's user avatar
1 vote
1 answer
1k views

TypeError: Cannot read property &#39;location&#39; of undefined

Been trying to post a product with an image using AWS S3 (Multer and MulterS3). Each time I use the postman I receive "TypeError: Cannot read property 'location' of undefined" which is the ...
365Techsolutions's user avatar
0 votes
0 answers
86 views

Install WordPress at www.mysite.com/blog in an angular project

I am using Angular 5 and Node.js and I want to install WordPress at /blog of my site. I don't have access to cPanel, and I can't directly access into a subfolder as a route with Angular. Can somebody ...
Gurram Madhu's user avatar

15 30 50 per page
1
2 3 4 5
10