mat-sz / letterparser

✉️ Isomorphic e-mail parser (with MIME support) written in TypeScript.
BSD 3-Clause Clear License
34 stars 4 forks source link

Using letterparser with nextjs ends with SyntaxError: Cannot use import statement outside a module #11

Closed ppascualv closed 1 year ago

ppascualv commented 1 year ago

Server Error SyntaxError: Cannot use import statement outside a module

This error happened while generating the page. Any console logs will be displayed in the terminal window. Call Stack

mat-sz commented 1 year ago

Looks like your setup does not support ES modules. Also, this is the wrong repository.

cbracegirdle commented 1 year ago

Did you find a solution to this @ppascualv ?