I tried adding npm dependencies but got this error...
# javascript
m
I tried adding npm dependencies but got this error, what does it mean? Using kotlin/js 1.5.31 https://www.toptal.com/developers/hastebin/poduvocuno.log my dependencies block:
Copy code
dependencies {
    implementation(compose.web.core)
    implementation(compose.runtime)

    implementation("io.ktor:ktor-client-core:1.6.7")

    // From <https://github.com/gzoritchak/kotlin-js-sass>
    implementation(npm(projectDir.resolve("src/main/sass")))
    implementation(devNpm("node-sass", "^4.12.0"))
    implementation(devNpm("sass-loader", "^7.1.0"))
    implementation(devNpm("css-loader", "^4.2.0"))
    implementation(devNpm("style-loader","^1.2.0"))

    implementation(project(":common"))
}
t
What about Kotlin
1.6.10
?
m
It turns out this error occurs whenever another error has occurred within gradle, running it from the terminal returned the proper error.