dmitriy-nz / nestjs-form-data

NestJS middleware for handling multipart/form-data, which is primarily used for uploading files.
https://www.npmjs.com/package/nestjs-form-data
MIT License
117 stars 23 forks source link

Cannot find module 'node:stream' or its corresponding type declarations. #34

Closed sousawalker closed 1 year ago

sousawalker commented 1 year ago

I get this error, when include the module in my app.

My version of nestjs is: 7.1.1

image

dmitriy-nz commented 1 year ago

hi, your issue fixed in new version 1.8.1 please check it out

sousawalker commented 1 year ago

I update my project to last version of Nestjs. Now I am updating the methods for test again this module. Thanks for fast answer.