Skip to main content

Questions tagged [node.js]

Node.js is an event based, asynchronous I/O framework that uses Google's V8 JavaScript engine.

2 votes
0 answers
49 views

Somewhat floundering. I'm trying to install and run an open-source app called "Swordfish", which is a CAT (computer-assisted translation) app. I've never really built from source before in ...
mike rodent's user avatar
  • 1,226
0 votes
0 answers
73 views

getting this type of error Opening an output file: rtmp://localhost:1935/live/stream. FFmpeg stderr: [out#0/flv @ 0x600003b843c0] No explicit maps, mapping streams automatically... FFmpeg stderr: ...
gayatri Sutariya's user avatar
1 vote
1 answer
106 views

I used Homebrew to install Node on Ubuntu 16.04.4 LTS: brew install node I'd like to use NodeJS version 18.8.0 or higher up to <20.0.0. I therefore ran: nvm install 18.18.2 However, I can't seem ...
Franck Dernoncourt's user avatar
-1 votes
1 answer
63 views

The computer is running Ubuntu 16.04.4 LTS 64-bit. Running nvm use 16.20.2 works fine and gives me nodejs 4.2.6 (checked with nodejs --version). I'd like to use Node version 5.6.0 or higher on it, so ...
Franck Dernoncourt's user avatar
-1 votes
1 answer
96 views

I built a MERN app (used mysql instead of MongoDB) I deployed it on the VPS (Ubuntu 24.04) everything seems okay but when I try to check the logs of my backend using pm2 package it gives me kind of ...
Shayan Kanwal's user avatar
1 vote
3 answers
2k views

I've been stuck on this issue for too long. Basically I have a node v20.x app that I'd like to run on a CentOS 7.9 server. For reasons, we do not wish to upgrade the OS now but I'm sure there must be ...
Z0q's user avatar
  • 631
0 votes
0 answers
144 views

I use ANSI colorized text output in logs and other output that I emit on stderr in some of my programs. Since I've been doing this kind of thing for years, I am pretty familiar with the capabilities. ...
Steven Lu's user avatar
  • 2,432
0 votes
1 answer
119 views

In our Dockerfile we have: FROM ghcr.io/puppeteer/puppeteer:latest AS pdf WORKDIR /puppeteer USER root # Prerequisites RUN apt-get update && apt-get install nginx -y # Update RUN npm update ...
Danny Beckett's user avatar
1 vote
1 answer
543 views

I’m trying to convert a NodeJS script that I’m using to encrypt JSON files to the openssl format, but I can’t find a way to get the exact same result. Here is the NodeJS script: const process = ...
Nicolas Goudry's user avatar
1 vote
0 answers
227 views

I have an Ubuntu 22.04 environment. I have a NodeJS app that is running a webserver and needs access to the certificates to enable HTTPS. When I run the app under pm2 (user: brad), I receive a EACCES: ...
Brad's user avatar
  • 11
0 votes
1 answer
285 views

I have created a desktop shortcut for a npm application called TMXEditor, but it doesn't work. I can launch the app if I do cd /home/souto/Apps/maxprograms/TMXEditor && npm start on a terminal....
msoutopico's user avatar
0 votes
1 answer
261 views

When I try to install nodejs 21 in Ubuntu wsl I get the following error curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&sudo apt-get install -y nodejs Error The following ...
kumar's user avatar
  • 221
0 votes
0 answers
43 views

So there's a lot here probably best explained by copy-pasting what happened on the terminal but the problem is I currently cannot open any windows that are already minimized, except Discord since it ...
itsnotworkingandimscared's user avatar
0 votes
1 answer
61 views

I should listen (I don't know) on a certain port, in this case the 8080, to understand why it closes and if so with what error. I have a nodejs server running on the 8080, but I can't figure out why ...
Paul's user avatar
  • 101
0 votes
1 answer
764 views

tl;dr How do I fix this error on Debian E: The repository 'https://deb.nodesource.com/node_current.x nodistro Release' does not have a Release file. N: Updating from such a repository can't be done ...
Enlico's user avatar
  • 2,362

15 30 50 per page
1
2 3 4 5
18