Hi! Is the library `kotlin-mui-icons` broken or it...
# javascript
v
Hi! Is the library
kotlin-mui-icons
broken or it's only in my environment? Firstly it broke when I bumped version of my project to 1.0.0-pre.336; then, I tried to run both a test project and Kotlin Mui Showcase (https://github.com/karakum-team/kotlin-mui-showcase) which use MUI icons, and they show an error like in the attachments.
t
./gradlew clean
before run? cc @aerialist
v
It hasn't helped. I've tried to remove .gradle/caches folder, but it also wasn't helpful 😐
t
1. Remove
yarn.lock
2.
./gradlew clean
3. PROFIT?
Works fine in playground
v
It's really strange. I've launched the showcase on another laptop, and it works fine. On my current computer, it still does not work, even after removing
.gradle
folder,
yarn.lock
and cleaning project. I've found that the project on my computer has no folder named
utils
in
icons-material
(
build/js/node_modules/@mui
), but it exists on another laptop 🤔
t
Looks like local cache problem
v
In the end, it was yarn and its cache that was broken, so after deleting cache dir it works like a charm! Thanks :)
👍 1