I have an application based on KVision 4.7.1. When...
# kvision
l
I have an application based on KVision 4.7.1. When I try to run it I get the following message:
Copy code
[webpack-cli] Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
 - configuration has an unknown property '_assetEmittingWrittenFiles'. These properties are valid:
   object { bonjour?, client?, compress?, dev?, firewall?, headers?, historyApiFallback?, host?, hot?, http2?, https?, liveReload?, onAfterSetupMiddleware?, onBeforeSetupMiddleware?, onListening?, open?, port?, proxy?, public?, setupExitSignals?, static?, transportMode?, watchFiles? }
(From what I know) I have not changed any build configurations. When I check out an earlier commit, that used to work, I get the same error. Have you got any ideas what can be wrong?
r
l
Thanks. I'll stay tuned...
r
I think some npm dependency was published with some kind of incompatibility but without new major release.
And probably all build will fail now ...
l
😕
r
yep, my builds are failing as well
r
😞
l
Thank you! I can confirm that your workaround works for me.