multiparty issues when importing
Answered
Waterman posted this in #help-forum
WatermanOP
picture displays error:
the thing is that I have installed multiparty but still get that error in the image I linked
I also have 3 moderate severityu vulnerabilities, I will also link an image to that error:
the thing is that I have installed multiparty but still get that error in the image I linked
I also have 3 moderate severityu vulnerabilities, I will also link an image to that error:
Answered by Waterman
I found a fix, I had to create a multiparty.d.ts file in the root directory, then place this code in to it:
declare module 'multiparty' {
const multiparty: any;
export default multiparty;
}
1 Reply
WatermanOP
I found a fix, I had to create a multiparty.d.ts file in the root directory, then place this code in to it:
declare module 'multiparty' {
const multiparty: any;
export default multiparty;
}
Answer