Skip to content

Nx Console not reacting to input in JetbrainsIDE/WebStorm

Open

Description

The console window of NxConsole plugin in Webstorm IDE does not seem to react to any sort of input.
I'm using Nx along with the react native setup. One of the default targets is the following

    "start": {
      "executor": "@nx/react-native:start",
      "dependsOn": ["ensure-symlink", "sync-deps", "pod-install"],
      "options": {
        "port": 8081
      }
    }, 

Within the console there is some sort of developer menu, where you can e.g. start the app on android by presseing 'a', or on android by pressing 'i'. Neither seems to work, the console is read-only.

It seems to work with a non-official plugin though.

Current Behavior

Nx Console does not react to any keyboard input in console window.

Expected Behavior

Nx Console reacts to keyboard input in console window.

Steps to Reproduce

Failure Logs / Images / Videos

Screenshot 2023-08-30_OfficialNxPlugin_notReactingToInput Screenshot 2023-08-30_UnofficialPlugin_Input_Working

Environment

  • Nx Console version: 1.12.0
  • Jetbrains IDE version: WebStorm 2023.2, #WS-232.8660.143, built on July 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

type: bugSomething isn't workingSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions