Skip to content

fail to run start command #2168

Description

@silaspaulaustin

Describe the bug

it's not letting me start command

Link to the blitz that caused the error

https://stackblitz.com/edit/vitejs-vite-dwvvzxjo?file=README.md

Steps to reproduce

Open my React + Vite project in StackBlitz.
Wait for the WebContainer to boot and dependencies to install.
StackBlitz automatically attempts to run the start command.
The preview fails and displays “Failed to run start command.”
The terminal shows ERR_NAPI_BINDING_TARGET_CONFLICT.
After the error occurs, I am also unable to type commands such as npm run dev in the terminal.
Refreshing/reopening the project does not resolve the problem.

Expected behavior

The Vite development server should start successfully and display my React application in the preview window. I should also be able to use the terminal normally.

Parity with Local

Screenshots

No response

Platform

Browser name  = Chrome
Full version  = 153.0.0.0
Major version = 153
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/153.0.0.0 Safari/537.36 Edg/153.0.0.0
performance.memory = {
  "totalJSHeapSize": 92309334,
  "usedJSHeapSize": 90748222,
  "jsHeapSizeLimit": 3037986816
}
Hash = d5306e6f

Additional context

I am using StackBlitz in a web browser on a Windows computer. This is a React + Vite project. The WebContainer boots and dependencies appear to install successfully, but the project fails when running the start command. The terminal displays an ERR_NAPI_BINDING_TARGET_CONFLICT error. After the error occurs, I am unable to type commands in the terminal. I have attached screenshots showing the error and the “Failed to run start command” message.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions