Unanswered questions in Node-js

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
3,002 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
419 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
363 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,364 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
590 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,266 views
0 votes
0 answers
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
539 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
292 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,411 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,210 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
394 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
500 views
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
588 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
346 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
496 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,953 views
0 votes
0 answers

Developing reporting engine in nodejs

this may be a little clean and ...READ MORE

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

Mongodb updateMany() not working in nodejs

I have a collection called imported_products with ...READ MORE

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

Merge two response data in one - NodeJS

I want to merge the output from ...READ MORE

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

Send Post request in Node js Rest API

FROM THE CLIENT SIDE, I CAN'T SEND ...READ MORE

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

NodeJS MongoDB Update $inc

I'm having trouble using the $inc operator ...READ MORE

Jun 27, 2022 in Node-js by Vaani
• 7,020 points
424 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,208 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,656 views
0 votes
0 answers

Knex NodeJS and inserting into the database

Here is my first attempt at setting ...READ MORE

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

Generate temporary email addresses and read emails - NodeJS

I want to develop a NodeJS application ...READ MORE

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

updating nodejs on ubuntu 16.04

When I used the node -v command ...READ MORE

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

No US HAWAII time zone in Momentjs or nodejs

How can I use Momentjs to adjust ...READ MORE

Jun 23, 2022 in Node-js by Vaani
• 7,020 points
324 views
0 votes
0 answers

Encode LINEAR16 audio to Twilio media audio/x-mulaw | NodeJS

I have been trying to stream mulaw ...READ MORE

Jun 23, 2022 in Node-js by Vaani
• 7,020 points
722 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,592 views
0 votes
0 answers

How to install NodeJS natively on Apple Silicon M1?

I'm attempting to install NodeJS on the ...READ MORE

Jun 23, 2022 in Node-js by Vaani
• 7,020 points
614 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,316 views
0 votes
0 answers

Extracting text based on a regex pattern with cheerio nodejs

I'm attempting to create a scraper in ...READ MORE

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

How to integrate AWS Lex with Nodejs?

I want to know How can I ...READ MORE

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

Sync contacts using Google Contacts API version 3.0 and NodeJS' Passport

I want to sync Google contacts with ...READ MORE

Jun 22, 2022 in Node-js by Vaani
• 7,020 points
489 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,876 views
0 votes
0 answers

Extracting text based on a regex pattern with cheerio nodejs

I'm attempting to construct a scraper using ...READ MORE

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

How to integrate AWS Lex with Nodejs?

I'm curious. How can I connect AWS ...READ MORE

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

Sync contacts using Google Contacts API version 3.0 and NodeJS' Passport

I'm using passport and would like to ...READ MORE

Jun 21, 2022 in Node-js by Vaani
• 7,020 points
348 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,629 views
0 votes
0 answers

Publish NodeJS Server Online

I'm having trouble port forwarding my modem ...READ MORE

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

How do I set up parsely with nodejs?

For days, I've been working on form ...READ MORE

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

Fetch and post text in NodeJS

I'm having problems getting text from an ...READ MORE

Jun 21, 2022 in Node-js by Vaani
• 7,020 points
288 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,980 views
0 votes
0 answers

NodeJS, OpenCV and Streaming Images Using Net Socket

My ultimate goal is to have video ...READ MORE

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

How to crop screenshot or image (.png) in nodejs?

Consider a image file .png Consider you have ...READ MORE

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

Create Tron Wallet With Nodejs

I'm curious about Nodejs libraries. I'd like ...READ MORE

Jun 17, 2022 in Node-js by Vaani
• 7,020 points
606 views
0 votes
0 answers

NodeJS HTTPS API testing with mocha and super test -"DEPTH_ZERO_SELF_SIGNED_CERT"

I need to use mocha and supertest ...READ MORE

Jun 16, 2022 in Node-js by Vaani
• 7,020 points
865 views
0 votes
0 answers

Issue in blob storage to fileShare big file transfer : Using fileRange (nodejs Cloud function)

To file a problem with blob storage ...READ MORE

Jun 13, 2022 in Node-js by Vaani
• 7,020 points
541 views
0 votes
0 answers

Unix xxd -r -p command NodeJS equivalent

I'm attempting to convert an encrypted shell ...READ MORE

Jun 9, 2022 in Node-js by Vaani
• 7,020 points
322 views