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

All Questions

Tagged with
1 vote
1 answer
345 views

Strange memory/IO errors when building nextjs/node app inside docker

I have Linux server with 1.3T of nvme ssd, and 64gb of ram memory. There is production app based on latest nextjs and nod. So I have docker-compose with container for the frontend where I just copy ...
Max Frai's user avatar
  • 63.7k
0 votes
2 answers
32 views

Node 16 Installation Warnings keep on repeating without stopping. How to solve the installation issues?

I had Node 16 installed initially, and I wanted to install Node 20 to use with a specific module of a software. So I cleaned npm caches and then installed the Node 20. Afterwards I wanted to use Node ...
Ransike Randeni's user avatar
0 votes
3 answers
59 views

Is string.indexOf() treated the same on Linux vs Windows?

I'm not an experienced JavaScript programmer. This is my first project using JS. I'm developing on Linux and am at the point for my first release. Running the project on a Windows machine I came ...
Marshall's user avatar
0 votes
0 answers
17 views

MS Office Js Excel Add in deployment

I have developed an excel add in using yeoman and i want to deploy the web application. Can I do it on linux server ? I am planning to update the web url in my manifest and share the manifest to other ...
SamK's user avatar
  • 11
0 votes
1 answer
73 views

Can I Run Azure Web App on Linux Without Docker?

We recently moved some node web apps running as App Services from Windows to Linux. In doing so we noticed the apps now get launched in a docker container. The deploy is incredibly slow going from a ...
Matt Brown's user avatar
-3 votes
0 answers
22 views

NodeJS phusion passenger linux secure server

We have written a nodejs/express api with multiple endpoints and database connectivty. Our hosting is with UKFast on a linux server. We have installed the nodejs app onto the server usng the ...
Dave's user avatar
  • 147
0 votes
0 answers
22 views

Different result in different machine when building image from Dockerfile

I maintain an old application running on docker using image FROM node:12.22.7. Since this is an old application, it can only use specific version of npm packages. I use docker in my Mac and Windows ...
Error Overflow's user avatar
0 votes
0 answers
37 views

How to Execute Commands and Retrieve Responses from an Azure VM Using Azure Node.js SDK

I'm currently working on a project where I need to execute commands on an Azure Virtual Machine (VM) and retrieve the responses, all through a Node.js application. I'm aware that the Azure Node.js SDK ...
cryxnet's user avatar
  • 155
0 votes
1 answer
110 views

Why apt install node 12 in Ubuntu 22.04 and not the latest lts version? And How can i install the LTS or any other version using APT?

I'm building the Debian installer for my Node js app, so in dependencies function I'm using the nodejs. When I check the nodejs or node version It's showing the node 12.22.9 version. sudo apt install ...
Parth Patel's user avatar
0 votes
0 answers
24 views

`pm2` related commands in [Server] and [GitHub actions] are completely independent

Run pm2 related commands in [server] and [github actions] respectively, and the results obtained are completely independent. I don't know what happened. Running pm2 delete all on [github actions] will ...
黄国铭's user avatar
0 votes
1 answer
45 views

container Docker get sudo not found error

i am currently making a react application with a backend i have made page that let me change the date of my machine using a nodejs code, the command to change the date is : sudo date -s "2024-05-...
gabriel delset's user avatar
5 votes
1 answer
614 views

`/usr/bin/env: ‘node’: Text file busy` Error after system update

I'm working on Next.js Project from past 4 - 5 months and it was working fine till yesterday. But suddenly today I'm facing some issue. When I run yarn dev which runs command npx nodemon index.ts it ...
Parampreet Rai's user avatar
0 votes
0 answers
21 views

node.js exectuale capabilites are not inherited to native addon

I try to debug a problem with the npm module "raw-socket". For that i wrote a c++ addon that prints the capabilities of the running executable. (in this case node): addon.cc #include <...
Marc's user avatar
  • 3,846
0 votes
0 answers
41 views

Downloading images (curl) is not the right way for Linux?

I have a lot of images and there is a function that takes an array of links in each element and runs them through a function to download them and returns links to them, which I then save to the ...
XAZG Неизвестный's user avatar
1 vote
1 answer
61 views

Node.js Unexpected token '.' [closed]

I'm new in linux, js and node.js development so sorry if this question is stupid...but. I have my first app on my local test server. When I go to the folder with the code and type npm start, ...
Ondřej Polák's user avatar

15 30 50 per page
1
2 3 4 5
166