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
-1 votes
0 answers
30 views

Get the langauge belonging to the given country

Using the node package: npm install countries-list, found here (where there is a bit of info on usage: https://www.npmjs.com/package/countries-list We have countries which gives us an object of all ...
user1960836's user avatar
  • 1,750
0 votes
1 answer
47 views

Selecting Rows By Specific Column Data in PostgreSQL

I'm trying to build a recipe finder app (PERN stack) like SuperCook but I ran into some problems with my postgres table. Short description of the desired result. I'd like the user to select some ...
Silviu250's user avatar
1 vote
2 answers
22 views

Building react app with github actions then pushing build to digital ocean apps

I am trying to build my react app on github actions then deploy it to digital oceans app platform. It keeps building but doesn't seem to actually be making changes, here is my actions script. I'm also ...
Cameron Hanton's user avatar
0 votes
0 answers
24 views

Difficulties Encrypting and Decrypting Files from AWS S3 using AWS KMS

[ Explanation ] I am working on a problem that is proving to be pretty cumbersome, I feel as though I'm getting close to a solution but there's still difficulties I'm encountering. I currently have a ...
user7160059's user avatar
0 votes
0 answers
12 views

Getting error while hosting MERN Project on AWS: .env file error

Upload the file on the aws ec2 instance using GitHub so after that I use pm2 to start the server file, but it shows an error that the server is running on an Undefined port and a mongodb error, but ...
kalgi's user avatar
  • 1
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

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