I have a project using muirwik that has started fa...
# javascript
r
I have a project using muirwik that has started failing builds with the error:
Error: Can't resolve '@material-ui/core/styles/createMuiTheme'
The project has worked fine and no changes to the module on the weekend and i started another module for a website - but i rolled back to before i started deleted all build folders and still get the error? Just wondering if anyone has seen the error before?
m
Do you use a yarn.lock in your project? We experienced misc issues before adding that because of transitive dependencies updating behind the scenes when doing clean builds. So it could be something similar to what's described in this thread: https://kotlinlang.slack.com/archives/C0B8L3U69/p1619538999058100
r
yes it looks like there were some transient dependencies in the underlying npm lib the dev has already fixed it!! ... https://github.com/cfnz/muirwik/issues/67