You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please exclude the "react-email" peer dependency from this package? Of of it's dependencies (js-beautifier) It is causing build issues in modern Nuxt 3 environments:
[7:49:04 PM] ERROR [worker reload] [worker init] The requested module 'js-beautify' does not provide an export named 'html'
import { html } from "js-beautify";
^^^^
SyntaxError: The requested module 'js-beautify' does not provide an export named 'html'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:191:5)
at async ModuleLoader.import (node:internal/modules/esm/loader:336:24)
at async loadESM (node:internal/process/esm_loader:34:7)
at async handleMainPromise (node:internal/modules/run_main:106:12)
The text was updated successfully, but these errors were encountered:
Can you please exclude the "react-email" peer dependency from this package? Of of it's dependencies (js-beautifier) It is causing build issues in modern Nuxt 3 environments:
The text was updated successfully, but these errors were encountered: