Denys Halenok

Results 3 comments of Denys Halenok

@JohnnyDevNull @xeroxoid I was facing the same issue on Node v16.17.1, but then I've tried v14.17.5 which seemingly went fine.

Any updates? This is somewhat of a blocker when using alongside other dependencies which require PyYAML>=6.0.

Here's another possible solution, which is similar to @moabtools, but only disables specific errors: ``` module.exports = { //... devServer: { client: { overlay: { runtimeErrors: (error) => { const...