Say my name What are the details of your problem? Introduce the problem and expand on what you put in the title. Minimum 20 characters
Loren
WhatWhat
my random password generator in not working
im trying to make an random password generator in node.js it does not work
Send audio file to koboldcpp with node.js
Recently, I have coded a node.js program that receive audio file and send to koboldcpp. But, when the koboldcpp receive the file, it return error:
Yarn Dependency Issue with Node Version 6.14.2
I’m facing a roadblock with a project that is based on Node.js and compiles with Gulp. I’m trying to update the Yarn dependencies, but when I run yarn install, I get an error message saying that I’m using Node.js version 6.14.2, which is not compatible. However, my environment indicates that I’m using different Node.js versions. I’ve tried using Node.js versions 16, 13, and 20, but nothing seems to work.
An error occurs when using ES modules in node js
Help me solve the problem. I installed type:module in package.json but the error did not go away. I’ve already tried all the advice from the Internet but nothing helps, I’ve already reinstalled everything, but the error remains
Node.js: output from a program which can only write to a file to stdout
I am using a program called pico2wave to create an audio file.
This program can only write to a file and doesn’t support output to stdout.
I have created a symbolic link to /dev/stdout
called pico2wave.wav
.
AAAPanel NodeJS Installation loop
Wonder if anyone here is using aapanel to manage their linux servers. I’ve just installed it and see that it is preinstalled with lots of cool but old stuffs. Tried upgrading the nodejs version to the latest but the installation process doesn’t seem to end, have waited for at least 2 hours and I know even a fresh nodejs installation doesn’t take even a quarter of the time. Can anyone shed some light here? should I do a force reboot and try again, or will it just detect and work with the new version if I installed nodejs from ssh/console?
nodejs mongoDB read document in local database
am trying to read data from local database at “startup_log” collection with NodeJS,
i running in command Prompt the “nodemone createdb.js”, but nothings happened.
my code is below
Node watch error. How can I restart my code
Meowdy!
Building a sendgrid competitor
I’m building a website like sendgrid and need to send email using a users domain name. Can anyone help me get started? What can I use to send emails using the users domain name like sendgrid does? I’m using node js