agrosner
09/01/2020, 2:17 PMnpm
dependency to a project running kotlin 1.4 using the new IR JS compiler, and I try to run the project, I receive an error:
Could not determine the dependencies of task ':js-react:jsTestPackageJson'.
> NPM Dependencies already resolved and installed
If I remove any npm dependency, the error goes away, but seems like its something do with npm
dependencies
sample here: https://github.com/monstar-lab-oss/kedux/blob/master/app/build.gradle.kts uncomment any npm
dependency and it wont runIlya Goncharov [JB]
09/03/2020, 7:57 AM./gradlew :app:jsBrowserRun
or I run this task in Gradle toolbar
Do you have problem if run gradle task via console?agrosner
09/03/2020, 3:01 PMagrosner
09/03/2020, 3:01 PM