Hello, while i can write kotlin/js tests well, I c...
# javascript
a
Hello, while i can write kotlin/js tests well, I can't however run and see the results in the IDE. It returns with
Copy code
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':sandbox-react:testPackageJson'.
> NPM Dependencies already resolved and installed
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See <https://docs.gradle.org/6.7.1/userguide/command_line_interface.html#sec:command_line_warnings>
BUILD FAILED in 1s
01:26:55: Task execution finished ':sandbox-react:test'.
How ever, running with gradle successfully executes the test. Is this a known bug? any workaround? IR Backend
r
Check what gradle command is being run for each? It should show at the very top of the output window (and possible be folded). I'd guess it's from a configuration difference that would show up there.
a
I already checked, and I did even set the gradle command I am running on terminal to the one on the configuration. So strange
r
Different java or node installations maybe? But yeah, it's weird, never seen anything like that.