<@U01ADSJ1D5H> - I’m seeing build failures because...
# dev-frontend
c
@Artem Astapenko - I’m seeing build failures because the build can’t find react-dom. I put up a PR that I think “fixes” it, but I sorta doubt this is actually the preferred way of fixing it. Would you mind taking a look? Here’s my PR.
m
why did it start failing? (i have the same problem on one of my branch)
c
i don’t know.
my guess is its an npm thing. it’s failing everywhere. (including master)
a
I am not quite sure what is the problem but I suppose it was working fine before. Am I wrong?
c
Correct. It was working before. As of this morning it started failing. I don’t think anyone has touched any of the npm or webapp stuff in our codebase, which is why my guess was that it was an issue with npm or the dependency itself.
a
I know what’s the problem but I can’t understand why it started to fail.
so if I install deps with yarn - everything is working fine, but npm install doesn’t load react-dom.
I guess problem is again somewhere on npm side … Or maybe we will need to switch to yarn to fix the build fast. But if nothing was changed - it is strange that its failing