Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [node.js]

Node.js is an event-based, non-blocking, asynchronous I/O runtime that uses Google's V8 JavaScript engine and libuv library. It is used for developing applications that make heavy use of the ability to run JavaScript both on the client as well as on the server side and therefore benefit from the re-usability of code and the lack of context switching.

node.js
0 votes
1 answer
17 views

Strapi load env variables in a custom config file

I'm trying to load my env variables directly in a custom config file that i use for rabbitmq. Here's my custom config that is found in config/rabbitmq.ts import amqp, { Channel, Connection, Options } ...
user9132502's user avatar
0 votes
0 answers
20 views

Why is my electron app showing this error when using API hosted on ngrok?

I built an Electron app just to serve as an interface to send messages to whatsapp. It consumes the API from NodeJS that I made, which uses the Venom Bot system (https://github.com/orkestral/venom). I ...
João's user avatar
  • 3
0 votes
0 answers
10 views

IIS Reverse Proxy with NextJS + NodeJS API

I have an NextJS website running on a Windows Server on port 3000. I've setted the URL Rewrite to redirect all the requests to port 3000 on the server and everything works fine, the Frontend works ...
OCEANBLUE's user avatar
0 votes
0 answers
23 views

Rewrite ASP.NET MembershipProvider SHA1 hashing algorithm in Node.js

As part of a project I'm working on, I need to support a number of SHA1 hashed & salted passwords created by ASP.NET's MembershipProvider. I need to rewrite this in Node.js and despite scouring ...
Adam K Dean's user avatar
  • 7,506
-1 votes
1 answer
22 views

How to host my node server using own pc over public static ip? [closed]

I hava a broadband internet connection with public static ip address which is connected to my wifi router. Multiple devices, specially my pc is connected to that wifi router. Now I want to run a node ...
Tanvir Hossain Dihan's user avatar
-1 votes
1 answer
18 views

trying to install using npm install or npx creat bugges my terminal

if i tried to creat a new nextjs app or install xata it bugges my terminal npm i not working !! ❯ npm cache clean --force npm warn using --force Recommended protections disabled. ❯ rm -rf node_modules ...
elghali wali alami's user avatar
-2 votes
0 answers
15 views

Analisis de datos [closed]

estoy realizando una aplicación en Flutter (web) cómo mi frontend y nodejs(tyscript) y postgres como motor de base de datos como podría implementar el análisis de datos en esta aplicación, una guía de ...
alejandro's user avatar
0 votes
0 answers
29 views

How to properly package a Node.js and React app stripping the container of all unneeded files?

I have a Node.js backend that serves up the React frontend (later I can do CDN probably) and for now, I plan on disallowing CORS so React must talk to my Node.js backend only. The prototype for this ...
Dean Hiller's user avatar
  • 19.8k
-8 votes
0 answers
37 views

You need to run the program installed on Windows [closed]

You need to run the program installed on Windows (C:\Program Files\Spark\Spark.exe) in the program window on NodeJS Electron. How to implement it? It is in the window, not separately! const { app, ...
UserAndroidDeveloper's user avatar
-1 votes
0 answers
10 views

No podspec found for `Permission-Camera` in `../node_modules/react-native-permissions/ios/Camera`

In my project, I am trying to add the following pods: Permission-Microphone, Permission-Camera, and Permission-PhotoLibrary . However, I encounter an error when running pod install . Here is my ...
Monika Patel's user avatar
  • 2,359
0 votes
0 answers
28 views

Catch unhandled exception in NodeJs child process

My NodeJs app forks 10 child processes on the start. In every child process I have the next code: process.on('unhandledRejection', (reason, promise) => { log.error('Unhandled Rejection at:', ...
Rougher's user avatar
  • 906
-3 votes
0 answers
24 views

Java Script Error occured in main process [closed]

Cannot find module 'C:\Program Files\Microsoft VS Code\resources\app\out\main Hello Guys when i try to push update from SCCM only few users getting the error i have tried many solutions nothing works ...
Nishanth teja's user avatar
0 votes
0 answers
17 views

Any IDE work with import typescript nodejs, react, libs correctly in monorepo style? [closed]

Let me give more context. In a previous monorepo, we could load any microservice in Intellij IDE (java based) and it would load the microservice and all libraries it depended on. Basically, we ...
Dean Hiller's user avatar
  • 19.8k
0 votes
0 answers
13 views

chrono-node month parsing issue

0 I've encountered a problem in which I am looking for a good solution. I uses chrono-node for understanding which date the user is referring to , But chrono doesn't follows a strict rule in parsing ...
sharon 2ndMail's user avatar
0 votes
0 answers
11 views

How can I create a extension from the interface inside of a external npm package in typescript?

in react-native typescript, I use a npm called react-native-sqlite-storage, that npm has a interface like this inside its node_modules export interface SQLiteDatabase { dbname: string; ...
Dylan's user avatar
  • 1,255

15 30 50 per page
1
3 4
5
6 7
22