geowarin / friendly-errors-webpack-plugin

Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience.
MIT License
748 stars 77 forks source link

Does not work with Node.js v12 #88

Closed moritzruth closed 5 years ago

moritzruth commented 5 years ago

I get this error when running webpack with the plugin:

#
# Fatal error in , line 0
# Check failed: U_SUCCESS(status).
#
#
#
#FailureMessage Object: 0x7ffc4c0f7a70

webpack: 4.31.0 friendly-errors-webpack-plugin: 1.7.0 Node.js: 12.0.0

haoqunjiang commented 5 years ago

That’s a bug in Node.js v12.0.0 and you should upgrade your node version

christophehurpeau commented 5 years ago

@sodatea thank you for the solution :)