Javascript – Error on UnprocessableEntityException in Nest.js
Im fairly new to nest.js and following along a tutorial which you can see here: https://www.freecodecamp.org/news/build-web-apis-with-nestjs-beginners-guide/ So Im building the validate.pipe.ts and Im getting an error on the following code. import { Injectable, ArgumentMetadata, BadRequestException, ValidationPipe, UnprocessableEntityException } from '@nestjs/common';…