Daniel Teske

Results 5 comments of Daniel Teske

Same problem. Using npm 8.11.0.

The sample code above is working finr when I execute the script from console like ``` > ./Main.kts ``` But not when executed from within IntelliJ, when the project was...

Thanks. Didn't know that - expected that info in LICENSE file

Terminals in Jetbrains IDEs can be detected via `TERMINAL_EMULATOR` env. This can be used to skipping zellij's shell-initialization ```bash if [ "$TERMINAL_EMULATOR" != "JetBrains-JediTerm" ]; then eval "$(zellij setup --generate-auto-start...