Skip to content

Local dev env seems to have few issues #8271

@lotas

Description

@lotas

Ui is not starting:

 node:events:486
        throw er; // Unhandled 'error' event
        ^

  Error: spawn webpack-dev-server ENOENT
      at ChildProcess._handle.onexit (node:internal/child_process:286:19)
      at onErrorNT (node:internal/child_process:484:16)
      at process.processTicksAndRejections (node:internal/process/task_queues:89:21)
  Emitted 'error' event on ChildProcess instance at:
      at ChildProcess._handle.onexit (node:internal/child_process:292:12)
      at onErrorNT (node:internal/child_process:484:16)
      at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
    errno: -2,
    code: 'ENOENT',
    syscall: 'spawn webpack-dev-server',
    path: 'webpack-dev-server',
    spawnargs: [
      '--host',
      '0.0.0.0',
      '--disable-host-check',
      '--hot',
      '--mode',
      'development'
    ]
  }

  Node.js v24.13.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions