Trending questions in Node-js

0 votes
1 answer

NodeJS - What does "socket hang up" actually mean?

When a socket hang up is thrown, ...READ MORE

Jun 7, 2022 in Node-js by Neha
• 9,060 points
32,955 views
0 votes
1 answer

How to return data from Axios API?

Hello @kartik, The issue is that the original axiosTest() function ...READ MORE

Oct 13, 2020 in Node-js by Niroj
• 82,880 points
43,781 views
0 votes
1 answer

How to completely remove node.js from Windows?

Run npm cache clean --force Uninstall from Programs & ...READ MORE

Jun 14, 2022 in Node-js by Neha
• 9,060 points
17,110 views
0 votes
1 answer

How do I test a single file using Jest?

Hii, All you have to do is chant ...READ MORE

Nov 26, 2020 in Node-js by Niroj
• 82,880 points
39,492 views
0 votes
2 answers

Compress image up to maximum size(100kb) at NodeJS or React Native

Image Compression in React Native is a ...READ MORE

Apr 1, 2023 in Node-js by DSKView
• 180 points
4,853 views
0 votes
1 answer

nodejs mysql Error: Connection lost The server closed the connection

Try to use this code to handle server disconnect: var ...READ MORE

Jun 17, 2022 in Node-js by Neha
• 9,060 points
10,007 views
0 votes
1 answer

Microservices Architecture in NodeJS

It's great to hear that you're exploring ...READ MORE

Jun 2, 2023 in Node-js by anonymous
• 1,180 points
1,044 views
0 votes
1 answer

How to make login with Nodejs and MongoDB?

MongoDB Login and Registration with Node js ...READ MORE

Jun 16, 2022 in Node-js by Neha
• 9,060 points
9,511 views
0 votes
1 answer

How do I add a custom script to my package.json file that runs a javascript file?

Hello @kartik, I have created the following, and ...READ MORE

Jul 16, 2020 in Node-js by Niroj
• 82,880 points
39,415 views
0 votes
1 answer

npm dotenv environment variables not recognized in nodejs module

process.env object that are defined in the ...READ MORE

Jun 10, 2022 in Node-js by Neha
• 9,060 points
8,549 views
0 votes
1 answer

Result always undefined when return the result Nodejs

One easy way to do it would ...READ MORE

Jun 7, 2022 in Node-js by Neha
• 9,060 points
7,751 views
0 votes
1 answer

how to verify jwt token in nodejs / never expire?

You can achieve this by using the ...READ MORE

Jun 17, 2022 in Node-js by Neha
• 9,060 points
6,858 views
0 votes
1 answer

Download a file from NodeJS Server using Express

Because the file's name is just 'download' ...READ MORE

Jun 13, 2022 in Node-js by Neha
• 9,060 points
6,778 views
0 votes
0 answers

error: This is probably not a problem with npm. There is likely additional logging output above

I am trying to deploy my project ...READ MORE

May 10, 2022 in Node-js by Kichu
• 19,050 points
7,927 views
0 votes
0 answers

Writing a typescript declaration file for an external js nodejs package, without type info

I'm writing a node js typescript library ...READ MORE

Aug 19, 2022 in Node-js by Neha
• 9,060 points
2,913 views
0 votes
1 answer

How to pass text/plain content in axios POST request in nodejs?

var config = { ...READ MORE

Jun 14, 2022 in Node-js by Neha
• 9,060 points
5,073 views
0 votes
1 answer

How to clear https proxy setting of NPM?

Hello @kartik, By running npm config rm proxy you remove ...READ MORE

Jul 14, 2020 in Node-js by Niroj
• 82,880 points
35,256 views
0 votes
1 answer

How to set different destinations in nodejs using multer?

With multer 1.2.1. You need to use DiskStorage to specify where & how of the ...READ MORE

Jun 13, 2022 in Node-js by Neha
• 9,060 points
4,713 views
0 votes
0 answers

Could not download http://nodejs.org/dist/v0.12.13/node-v0.12.13-darwin-x64.tar.g

I'm getting this error trying to build ...READ MORE

Aug 11, 2022 in Node-js by Neha
• 9,060 points
1,898 views
0 votes
0 answers

How can i download high quality you tube video using ytdl-core package in nodejs?

my code snippet as below: const express = ...READ MORE

Aug 19, 2022 in Node-js by Neha
• 9,060 points
1,321 views
0 votes
1 answer

Otp Verification in nodejs?

Yes, a package named sendotp exists. This ...READ MORE

Jun 10, 2022 in Node-js by Neha
• 9,060 points
4,221 views
0 votes
1 answer

How to use pino-transport in nodejs for logs?

Ensure that you have a recent version ...READ MORE

Jun 9, 2022 in Node-js by Neha
• 9,060 points
4,277 views
0 votes
0 answers

Use Custom DNS resolver for any request in NodeJS

I'm looking to find a way to ...READ MORE

Aug 19, 2022 in Node-js by Neha
• 9,060 points
1,171 views
0 votes
0 answers

How to install NodeJS LTS on Windows as a local user (without admin rights)

I'm using Windows as a simple user ...READ MORE

Aug 11, 2022 in Node-js by Neha
• 9,060 points
1,347 views
0 votes
0 answers

AES/CBC/PKCS5Padding in NodeJs

I am trying to convert my java ...READ MORE

Jun 23, 2022 in Node-js by Vaani
• 7,020 points
3,459 views
0 votes
1 answer

How can i export socket.io into other modules in nodejs?

Because app.js is usually the main initialization ...READ MORE

Jun 17, 2022 in Node-js by Neha
• 9,060 points
3,504 views
0 votes
0 answers

npm command not working after installing nodejs in windows10?

i have installed nodejs from nodejs website. ...READ MORE

Aug 11, 2022 in Node-js by Neha
• 9,060 points
1,154 views
0 votes
0 answers

How to train a model in nodejs (tensorflow.js)?

I'd like to create an image classifier, ...READ MORE

Aug 19, 2022 in Node-js by Neha
• 9,060 points
555 views
0 votes
0 answers

How can i make my REST API Faster with nodejs and express?

Summarize the problem My problem: I have built ...READ MORE

Aug 19, 2022 in Node-js by Neha
• 9,060 points
496 views
0 votes
0 answers

Instagram API not working via Nodejs

Here is my http POST code, running ...READ MORE

Aug 19, 2022 in Node-js by Neha
• 9,060 points
399 views
0 votes
1 answer

How can I use goto in Javascript?

This JavaScript preprocessing tool allows you to ...READ MORE

Jun 9, 2022 in Node-js by Neha
• 9,060 points
3,394 views
0 votes
0 answers

NodeJS, express - routing

I´ve setup a little NodeJS API with ...READ MORE

Aug 19, 2022 in Node-js by Neha
• 9,060 points
338 views
0 votes
0 answers

Upload file using NodeJS and BusBoy

I'm using NodeJS to upload a file. ...READ MORE

Jun 22, 2022 in Node-js by Vaani
• 7,020 points
2,820 views
0 votes
0 answers

how to create gmail dot trick generator in nodejs

Making a Gmail dot trick generator is ...READ MORE

Jun 27, 2022 in Node-js by Vaani
• 7,020 points
2,579 views
0 votes
0 answers
0 votes
0 answers

how to install nodejs v16 on whm

i want enable nodejs16 on whm but enter ...READ MORE

Aug 11, 2022 in Node-js by Neha
• 9,060 points
559 views
0 votes
0 answers

Latest NodeJS compatible with Windows 7 [duplicate]

I'm attempting to set up NodeJS on ...READ MORE

Aug 11, 2022 in Node-js by Neha
• 9,060 points
474 views
0 votes
0 answers

How to integrate soap xml API of unicommerce in nodejs

I am trying to hit xml Api ...READ MORE

Aug 11, 2022 in Node-js by Neha
• 9,060 points
473 views
0 votes
0 answers

How to integrate soap xml API of unicommerce in nodejs?

I'm attempting to use the Node.js soap ...READ MORE

Aug 11, 2022 in Node-js by Neha
• 9,060 points
364 views
0 votes
0 answers

How can I update NodeJS and NPM to their latest versions?

I just installed Node.js & NPM (Node Package Manager) I ...READ MORE

Aug 11, 2022 in Node-js by Neha
• 9,060 points
332 views
0 votes
0 answers

Nodejs + Express vs Django: Choosing the best suitable backend component for given requirements

I'm trying to build a software architecture ...READ MORE

Aug 11, 2022 in Node-js by Neha
• 9,060 points
259 views
0 votes
0 answers

How to transfer data from a controller to a socket.io in nodejs?

I'm developing a web application that will ...READ MORE

Jun 23, 2022 in Node-js by Vaani
• 7,020 points
2,257 views
0 votes
1 answer

How to schedule a google meet and get the meet link in NodeJs?

To create a Google Meet, you'll need ...READ MORE

May 27, 2022 in Node-js by Neha
• 9,060 points
3,364 views
0 votes
1 answer

Fill Data In Existing PDF Form Using NodeJS

Check out the following modules on npm: fill-pdf pdffiller pdf-fill-form node-pdffiller pdfkit The node-pdffilleris ...READ MORE

Jun 10, 2022 in Node-js by Neha
• 9,060 points
2,444 views
0 votes
0 answers

How to install Node 14 version on windows?

I'm trying to install Node.js 14 on ...READ MORE

Jun 21, 2022 in Node-js by Vaani
• 7,020 points
1,905 views
0 votes
0 answers

Upload file using NodeJS and BusBoy

I'm using NodeJS to upload a file. ...READ MORE

Jun 21, 2022 in Node-js by Vaani
• 7,020 points
1,585 views
0 votes
0 answers

Remove double quotes from a Table Name using SEQUELIZE Nodejs

used Nodejs' SEQUELIZE to construct an Account ...READ MORE

Jun 27, 2022 in Node-js by Vaani
• 7,020 points
1,171 views
0 votes
1 answer

How to get Australia/Sydney timezone offset in javascript/nodejs?

It is very easy with Moment JS. ...READ MORE

Jun 16, 2022 in Node-js by anonymous
1,581 views
0 votes
1 answer

What version of npm works with nodejs 0.10?

Here's the complete list (between v0.10.0 - ...READ MORE

Jun 9, 2022 in Node-js by Neha
• 9,060 points
1,850 views
0 votes
0 answers

Unable to preventDefault inside passive event listener

I am trying on some built-in events: ...READ MORE

May 12, 2022 in Node-js by Kichu
• 19,050 points
3,083 views