Skip to content
NodeJS DizzyCoding
Node.js Question and Answer Documentation
MENU
  • Home

Tag: typescript

ValidationPipe() does not work on override @Query in Nestjs/Crud

By JosiePosted on March 21, 2023September 14, 2022

ValidationPipe() does not work on override @Query in Nestjs/Crud – I’m trying to validate the parameters that come in the […]

Typescript/Node Error [ERR_MODULE_NOT_FOUND]: Cannot find module

By JosiePosted on March 19, 2023

Typescript/Node Error [ERR_MODULE_NOT_FOUND]: Cannot find module – Converting Project form CJS to ESM I am attempting to convert my current […]

Saving Buffer on Postgres bytea with TypeORM only store 10 bytes

By JosiePosted on March 18, 2023

Saving Buffer on Postgres bytea with TypeORM only store 10 bytes – I’m trying to save some images on a […]

axios request Error: connect ECONNREFUSED

By JosiePosted on March 18, 2023

axios request Error: connect ECONNREFUSED – axios request error in firebase cloud function. here is my code. import * as […]

How to return a promise when writestream finishes? [duplicate]

By JosiePosted on March 14, 2023

How to return a promise when writestream finishes? [duplicate] – This question already has answers here: How do I convert […]

TypeScript tsconfig settings for Node.js 10?

By JosiePosted on March 14, 2023

TypeScript tsconfig settings for Node.js 10? – Does anyone know which target/libs are required for Node.js v10.x to use the […]

How to use Node `http` module in TypeScript

By JosiePosted on March 13, 2023September 17, 2022

How to use Node `http` module in TypeScript – I need to write a server in TypeScript and Node. I […]

Howto get req.user in services in Nest JS

By JosiePosted on March 13, 2023

Howto get req.user in services in Nest JS – In a controller, I add the user object with a guard, […]

Import Firestore dependencies and types to node.js

By JosiePosted on March 13, 2023

Import Firestore dependencies and types to node.js – I’m recently updating my cloud functions to TypeScript after the talks on […]

Test NestJS Service against Actual Database

By JosiePosted on March 12, 2023

Test NestJS Service against Actual Database – I would like to be able to test my Nest service against an […]

  • 1
  • 2
  • 3
  • …
  • 28

Recent Posts

  • What does “xhr-polling” config do in socket.io?
  • iOS & node.js: how to verify passed access token?
  • How to remove the global context from a nodejs module?
  • How to debug webdriverio in standalone mode?
  • 23 error npm owner ls foo
  • Why is my Node child process that I created via spawn() hanging?
  • How to receive log from SRCDS in node.js
  • Node Express “favicon.ico” not found error
  • npm audit only for production dependencies?
  • mongoose unique: true not work [duplicate]
  • How to properly do a createReactionCollection
  • Restrict firestore access to admin-sdk
  • Sinon stub function used with destructuring
  • TypeError: snapshot.forEach is not a function
  • How to log from Node.js with Express to ELK?
Proudly powered by WordPress / Javascript Dizzy Coding