I am changing the Node version of my project to 14 and trying to custom deploy it to my staging environment for testing. But after changing the version to 14, I
I need to serve an angular app with specific --host flag and --port 80. I added the host to my /etc/hosts file but when i use command "ng serve --host local.xxx
I was wondering if any other people have managed to find a way to use multiple account sids and auth tokens when using Twilio for Node. The documentation is pre
shell:$ set CONF = 44 const mytext = process.env.CONF console.log(mytext); //undefined
I am trying to set up a monorepo that firebase functions will be able to require some shared logic from different directories - as for now I have a setup that w
I have Node ts Project and it is deployed on cloud run but while creating build it is giving below error. node_modules/@types/prettier/index.d.ts(41,54): error
I have the following code to list all folders within a directory, and it maps each folder's name and date created. I'm struggling to get the last modified file
I am building a Node JS Web application. I am using Postgres SQL and Sequelize for the database. I have the docker-compose.yaml with the following content.
I have a notification service that sends a notification to the client according to its language. The notification body language can be either Arabic or English.
I trying to migrate my Node.js application from jaeger-client to @opentelemetry/* packages In my Node.js application i have a simple http server and i want to c
I use mongoose findOneAndUpdate method, but could't achieve the result. I always get the same object back. No errors. Here's my code. User object: { "_id" :
I need some help to implement a feature in my vuejs capacitor app. I'm getting a snapshot from an ip cam every second and this will simulate a video stream sinc
I'm trying to write a test that checks if request body does not have proper data, it should return an error, and the status code should be 400. Which I think is
I have a serverless REST api connecting to MongoDB atlas. When making changes and running sls deploy everything deploys as normal. But when I query the DB from
(!) Issue cannot be reproduced locally. Azure Function Version ~4 Node Version 14.18.1 Creating a simple HTTP triggered Azure Function and setting just two simp
I'm doing a tutorial for a basic CRUD app with React and Tailwind, this is my first time setting it up and I'm trying to display a navbar but when i run 'npm ru
Probably the title isn't very clear and is a bit confusing, and to be honest, I do not really know how to ask this question since I'm new to JavaScript and Mong
I am using the following code to figure out if there was an error. But I want to not run something if there was an error. I have tried to look it up and I could
I am trying to link to an older version of node using homebrew in my mac (because netlify doesn't work with v17 - which is my default). When I search which vers
Hi everyone i've an issue fetching data with Axios Let me explain to you what im doing: i've my FrontEnd made in NextJs but my BackEnd was made on C# then when