I have a NestJS application with the CoreModule which exports an collection of the core services to all other modules. In core module i have dynamic module regi
Introduction I am currently working on a Nodejs project to run a simulation of an Ubuntu terminal in a secure way. To do this, I intend to use Vagrant in the No
I am trying to acess data from my localhost server on raspberry pi with my alexa. This works when I run the code in visual studio code with the local debugger,
I am trying to remove the negative and positive decimal value from the string following script remove the positive decimal value from the string however negativ
Can anyone tell me how to make regex for square brackets ( [ ] ) in JavaScript?
I have been trying to fetch the user's data from the backend to set it to the state in the front-end of my application. I am using MERN stack. I am on my learni
Everything's running perfectly throught cmd on my pc but when i host it on my host servers i have this error: `:/home/container$ npm start knexfile.js Starting
I have a scraper that scrapes the video urls of all the posts of a user. I have implemented auto-scroll so that all the videos are loaded for me to scrape. I te
skipped test When pressing debug on the test it just skips it. It works for other tests in different repositories that I have, but for this specific one it does
Good Day! I need help on the below issue: Goal: is to filter data depending on the department content. What I'm trying to do is to fetch data from MongoDB based
So, something happened a couple of days ago and a project of mine started showing the following error: TypeError: Busboy is not a constructor at /app/node_modul
I'm building an API using nodejs for the web I already have a database and the GET request works but when I try POST it gives me This errorError This is the cod
When im going to my server (http://localhost/auth/twitch) it works fine. I am redirected to the twitch login, but when i use my react app calling with axios my
I'm interested in using Protractor for e2e testing. But running into some possible installation issues on a Mac(macOS Catalina). The main problem I'm having is
In my node API i have some function that updates the email address Array of either a contact or a farm, its the same concept but the difference is where the arr
When npx knex migrate:make executed this error pop up Using environment: development Knex: run $ npm install sqlite3 --save Cannot find module '@vscode/sqlite3'
I've been struggling for a couple of days trying to link my Grid.js to Azure SQL database. My SQL database query function returns the data, but I can't link it
I have a signup DTO where one member is dependent of another. The IsPostalCode on zip needs to know the countryCode/locale, which is one of the other class memb
I'm trying to update my NodeJS12 & TypeScript app to Node16, one if the reasons is the need to use top-level-awaits. The code compiles correctly after the u
I use Node v16.14.2 and run this program in the command prompt. I have a little problem with using Mutex in javascript. The Mutex itself do work but sometimes i