Skip to main content

Questions tagged [node.js]

Node.js is a platform built on Google's V8 JavaScript runtime

0 votes
1 answer
44 views

npm install errors "gyp ERR!" "info run [email protected] install { code: 1, signal: null }"

Trying to install matrix-recorder: $ git clone https://gitlab.com/argit/matrix-recorder.git $ cd matrix-recorder/ $ npm install it does not install and I receive these errors 449 info run [email protected]....
phenivol's user avatar
0 votes
0 answers
67 views

How do I wirelessly access a locally hosted Node.js server?

I'm following the instructions on this link to setup the node.js server, but I'm not really sure about how to make it so that the server is accessible over a locally created Wi-Fi. I want other ...
Skymero's user avatar
0 votes
0 answers
23 views

Is it possible to install Python in a different directory from the node.js default for extra tools and keep using it in node?

I installed node but my ssd only has 6 GB free so I didn't install nose.js extra tools (or something similar) that include python. Yet, once working in node, I realized that at least Python would be ...
Paulo Pinheiro's user avatar
1 vote
0 answers
1k views

Node.js Error "version `GLIBCXX_3.4.26' not found (required by node)" after installing nvm

Background I moved from a direct installation of nodejs to installing nodejs via nvs (as recommended). I've removed nodejs and nvm and updated my system. My system is a Raspberry Pi 3B with Raspbian (...
BogisW's user avatar
  • 176
0 votes
0 answers
1k views

Bash - node: command not found when being run in a shell script

When trying to run a node command from a .sh script I get the error node: command not found, however I can see that node is installed, running node -v shows me my current version, what could be the ...
Danyx's user avatar
  • 101
1 vote
1 answer
342 views

Where does node.js pull its installation path from?

My Windows 10 desktop computer used to have a hard drive E: where I kept most of my programs, including my installation of Node.js. This drive recently died. Due to the drive's frequent sporadic pre-...
Florian's user avatar
  • 113
1 vote
0 answers
631 views

Access Denied Error: Node.js works, but npm commands fail with 'Access is denied' on Windows

I'm encountering an issue where Node.js seems to be working fine (as evidenced by running node app.js successfully), but npm commands are failing with an "Access is denied" error on my ...
HEEL PATEL's user avatar
0 votes
1 answer
144 views

Digital Ocean App Crash: Potential memory issue?

I have a Linux-based docker container running on the DigitalOcean Apps platform. It's been stable for over a month - but it recently crashed. App logs show no indicators of code warnings or errors, ...
JeffJassky's user avatar
1 vote
1 answer
321 views

What program is behind "Node.js JavaScript Runtime" accessing my files (downloading cloud OneDrive files)?

(Note: This is probably not connected to OneDrive, but OneDrive is letting me see my files are being accessed. It may help others search this same issue if it happens to them.) Every reboot of my ...
Xonatron's user avatar
  • 1,242
1 vote
1 answer
706 views

Cannot run recent versions of Node.js in Vagrant box anymore

I like to do my dev work in Vagrant virtual machines to keep a clean environment. Having recently updated Node.js to v18.18.0, I suddenly cannot run npm commands inside the guest any longer: npm start:...
BadIdeaException's user avatar
-1 votes
1 answer
418 views

uninstall and reinstall node

I am using a Mac, Ventura and VSCode. I am teaching myself javascript and have installed node 3 times in 3 different places over the years,due to my own confusion. I am unsure how I installed them but ...
Daley's user avatar
  • 1
0 votes
1 answer
116 views

Can't run a blockchain application based on Node.js and Hyperledger Fabric 2.1

What I want to do (the short part of the post) I want run a project below successfuly The problem I installed a blockchain project from GitHub,which is built with Node.js and HyperlederFabric V2.1....
try it's user avatar
  • 11
0 votes
0 answers
446 views

Update openssl to 3.1.1 from 1.0.2n in Nodejs

I am working on an old node.js project which is using the Openssl version 1.0.2n. I found only a dll (libeay32.dll) using in this project and in that that dll openssl version is 1.0.2n. Since Openssl ...
mhhabib's user avatar
  • 101
0 votes
0 answers
746 views

npm process won't exit after closing Windows Terminal

This seems to be a bug in either npm or the Windows Terminal, or perhaps there's a setting I'm not aware of. I have a simple node app where I've installed express, and has a single index.js file with ...
Juan's user avatar
  • 125
1 vote
0 answers
274 views

Speaker diarization with Node js using openai

I am developing whisper transcription in the node js using openai API. I am able to get the transcriptions for chunked files using ffmpeg library. I am struggling at the point of speaker diarization ...
Zeenath's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
29