Skip to main content
2 votes
2 answers
290 views

After migrating to Angular CLI 20.3.6 and Node.js 24.0.0 When building an Angular library using ng build --configuration production library, the build process crashes sporadically with exit code -...
Asif Zaidi's user avatar
1 vote
0 answers
102 views

I've Node v24 installed in my Windows VDI. When running command npm i it gives the following error: PS C:\Users\RAY\Dashboard\frontend> npm i npm error code ENOENT npm error syscall mkdir npm error ...
avishekdr's user avatar
  • 1,154
0 votes
0 answers
65 views

The VueX npm package has an exports property in its package.json like this: "main": "dist/vuex.cjs.js", "exports": { ".": { "module": &...
dwjohnston's user avatar
  • 12.5k
0 votes
0 answers
179 views

I'm using whatsapp-web.js for automating responses on my WhatsApp business profile. But there's a recurring issue where the bot mistakenly interprets my contact's status updates (posted publicly to ...
sarabande's user avatar
0 votes
2 answers
211 views

I am running my backend using mongodb and express. I am restarting the server using nodemon. After running: npm run dev I am getting the error below: > [email protected] dev > nodemon server.js [...
Ambagwa Eugene's user avatar
-1 votes
2 answers
56 views

I'm trying to integrate sequelize with the db conection to postgres and i am getting an error where relationships are built. i don't know if i'm missing something at this point index.js 'use strict'; ...
o.go's user avatar
  • 1
0 votes
0 answers
142 views

I'm currently developing a React Native app using Expo SDK 54, with Parse as the backend (via Back4App), and importing parse/react-native.js. Android Bundling failed 5623ms node_modules\expo-router\...
Gabriel Lima Germano's user avatar
1 vote
0 answers
83 views

When installing a dependency, that dependency itself may also have dependencies. In pip for example, typing "pip download " downloads the dependency's .tgz as well as the dependency's ...
LIOR AVIV's user avatar
  • 103
1 vote
1 answer
138 views

I am using NestJS version "@nestjs/core": "^9.0.9" and it has axios version as "axios": "1.8.2" and nestjs/axios version as "@nestjs/axios": "^3....
KushalSeth's user avatar
  • 5,054
0 votes
0 answers
47 views

I am trying to configure KEDA autoscaling on my OpenShift cluster to scale a deployment based on Azure Service Bus Queue depth. I am using Azure Active Directory for authentication instead of a ...
Sadik Sid's user avatar
0 votes
0 answers
58 views

so I'm having a bit of a headache with my CI setup. I've got my GitLab runner running right here on my own machine, you know, locally. The main thing is, I want my node_modules to be super, super fast....
FanLife's user avatar
  • 19
0 votes
0 answers
47 views

I am webpacking a module from pathA, node_modules are ignored. I import the pathA/index.js in pathB node index.js dynamically, which has the required node_modules. But when I run pathB node index.js, ...
Bharath Subu's user avatar
0 votes
0 answers
52 views

I need some professional help. Currently having a project which has some aurelia js version1 apps and we have some issues because we run on an old version of node: 16.18, the entire package for the ...
Daniel.Cristian's user avatar
0 votes
0 answers
400 views

I'm stuck with this issue and it's driving me a bit crazy. Hope someone can throw me a lifeline here. So I have a frontend Angular project. In this project, I have a private package (my-shared-lib) ...
Rafael Leles's user avatar
1 vote
1 answer
192 views

I am using Next.js 15.3.1 on Node.js 22.16. I have the Next.js project configured as a standalone build. When I build the application using npm run build, a ./.next/standalone folder is created, ...
Sam Hill's user avatar

15 30 50 per page
1
2 3 4 5
441