Any suggestions would be greatly appreciated.
# javascript
b
Any suggestions would be greatly appreciated.
t
Try add following in root project:
Copy code
plugins {
    kotlin("js") apply false
}
b
Unfortunately that didn't seem to help.
i
Yarn and node_modules stuff works inside root project because some specific yarn issues. Do you try to run via terminal? Or you run via IDEA/AS?
b
I understand why yarn/node are run in the root project. I was running in the IDE. Running via terminal solved the problem. I was running in AS 4.1 RC2
i
So the problem was when you run in AS 4.1 RC2? I’ll investigate it, seems that some problematic assumptions on gradle run from AS
b
I also saw the same problem running in Intellij Ultimate 2020.2.1
Thanks for looking into it.