Theia build fails because of latest inversify update(v 6.1.1) #14430
-
I get below error while trying to build my app which uses Theia 1.53.0. (uses Inversify ^6.0.1). Please let me know if anyone knows how to solve this error. WARNING in ../../node_modules/inversify/es/planning/reflection_utils.js 10:22-32 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @anilkumariiit, for some reason, webpack can longer correctly find the CJS entry point into inversify. That's weird, because 6.1.1 didn't change anything about the |
Beta Was this translation helpful? Give feedback.
Hey @anilkumariiit,
for some reason, webpack can longer correctly find the CJS entry point into inversify. That's weird, because 6.1.1 didn't change anything about the
main
ormodule
entry point. Anyway, I've filed inversify/InversifyJS#1617 with the inversify team to fix this. Hopefully, this will be resolved with 6.1.2.