-
-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PrettyError not supported anymore results in an error #1264
Comments
I would like to bring this up again, as no one has responded yet. The library pretty-error from @AriaMinaei has not been updated in the past 3 years and relies on the library RenderKid.js also by @AriaMinaei Both these libraries have not received an update in the past 3 years, in fact RenderKid.js has an open pull request to bump up the version of ansi-regex to Resolve vulnerability CVE-2021-3807. Both these libraries are not supported anymore and cause issues when trying to use Webpack Encore. Node version: v20.12.2 |
Are you using some yarn resolutions to force versions of |
You are correct that multiple dependencies rely on it;
My project is now on Yarn 4.2.2 and runs without any issues
So even though this might be a non-issue, the comment of @ErdemUyanik about security might still be a concern to be addressed in a new issue. |
Thank you for this issue. |
@carsonbot Nope, no reply on my last post |
Hi, pretty-error is typically a dependency that I was thinking of removing for the following reasons:
|
When running
yarn build
the build fails for using require instead of ESM in what seems a Webpack Encore dependency;Yarn version; yarn run v1.22.21
Webpack encore version; 4.6.1
The text was updated successfully, but these errors were encountered: