Skip to main content

All Questions

Tagged with
0 votes
0 answers
24 views

Is there any textbox available which could work like a free textbox and also work as dropdown list in node.js or jQuery [duplicate]

I want to show options on mouse click in textbox like a dropdown list. And also I could enter my own text in free textbox (If option is not showing into the listing) using node.js or jQuery. dropdown ...
jsr india's user avatar
1 vote
0 answers
912 views

Creating a development server in Angular has error :TS2502

I have created a angular application with the following versions. Angular CLI: 14.2.13 Node: 16.20.2 Package Manager: npm 8.19.4 When I created a new angular project. And run the project as ...
RAJARISHI B's user avatar
0 votes
0 answers
131 views

Angular build process hangs at "Building..." and doesn't create dist folder

I am developing a system using Angular CLI: 17.3.9 and Node: 18.13.0. After finishing the development, when I run the command, ng build or ng build --verbose or ng run build the build process ...
lksim mithila's user avatar
0 votes
0 answers
44 views

Getting error after trying to use authentication of Firebase service from another component

I am using the Firebase Authentication service in my Angular app. I have created a service to check the user authentication status. When I try to use this as a service in the navbar component I get ...
Vinayak Sutar's user avatar
2 votes
1 answer
229 views

How to Make a Chat Widget Sticky in a Next.js App

Issue: The Voiceflow widget in my Next.js app is not fixed in position and moves with the page when scrolling. It should behave like a sticky navbar and remain fixed in the viewport. I tried all ways ...
Ahmad Arslan's user avatar
2 votes
1 answer
2k views

ip SSRF improper categorization in isPublic - IP node package vulnerability

I found ip SSRF improper categorization in isPublic vulnerability. when i tried npm audit to get vulnerability report, I found the below vulnerability related to ip package `ip * Severity: high ip ...
NIKITA NANOTE's user avatar
0 votes
0 answers
185 views

Making a recurrence Rule for a calendar in Angular Calendar

I am using an Api of events to show on the app using angular-calendar library and I am a bit confused in making recurring events. Here are the events for example const eventData = { "code&...
Muhammad Junaid's user avatar
0 votes
0 answers
62 views

Provisional headers are shown in .Net Core 2.2

I have noticed the message "Provisional headers are shown" as in the below image in the developer console. Along with this message, it shows CORS error. web application is built on angular ...
Veena Hosur's user avatar
0 votes
0 answers
39 views

Google cloud deploy: sqlMessage: "Access denied for user 'hapi-server'@'cloudsqlproxy~34.151.243.169' (using password: YES)",

I'm trying to deploy a simple application on Google Cloud, but this error is ocurring: /app/node_modules/mysql/lib/protocol/Parser.js:437 throw err; // Rethrow non-MySQL errors ^ Error: ...
Jardel Galvão Rodrigues's user avatar
0 votes
0 answers
157 views

Error: EACCES: permission denied, open 'package.json' when building my node app with Docker

I have the following Dockerfile: FROM centos:7 as builder RUN yum update -y && \ yum install -y wget && \ yum install -y libXcomposite libXdamage libXcursor libXext libXi ...
LilRose's user avatar
0 votes
1 answer
32 views

How to substring in AngualrJS tag before printing the HTML output

I'm new to TypeScript and AngularJS. The following code will print a list of "<div>"s by using TypeScript: {{#if styles}} <h2 class="box-header">Styles</h2> &...
stackbiz's user avatar
  • 1,468
2 votes
1 answer
243 views

How to work with an old angularJS 1.5.5 app

I have to work on an old AngularJS 1.5.5 app for maintenance purposes but I don't know how to setup a good env for it. Which version of NodeJS/NPM should I install to make it working with the gulp ...
Musab Gosset's user avatar
0 votes
1 answer
52 views

fsm.WriteStream is not a constructor

Please assist. I am trying to install @ng-idle/keepalive using the following command npm install --save @ng-idle/core and I am getting the following error npm ERR! fsm.WriteStream is not a constructor ...
thobani's user avatar
  • 71
-1 votes
1 answer
164 views

npm i bootstrap command not working for install boostrap

npm i bootstrap command not working for installing bootstrap. Nothing added to packages.json file and to node_modules.` package.json dependencies: "dependencies": { "@angular/...
Ishani Samaraweera's user avatar
0 votes
0 answers
48 views

NodeJS and AngularJS genereted corrupted files

I'm having problems downloading files, my data comes from an API (NodeJS + Express). The xlsx files are simply corrupted and do not open, as do those in zip format. Some xlsx have strange characters ...
azh's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
612