Error when installing
Getting the following error when installing. I'm using pnpm, Node.js v22.11.0 and Next.js v14.2.18.
┌ [·] React Scan │ ◇ No drivers found. Install Playwright Chromium driver to continue? │ Yes node:internal/child_process:285 const err = new ErrnoException(exitCode, syscall); ^
Error: spawn npx ENOENT at ChildProcess._handle.onexit (node:internal/child_process:285:19) at onErrorNT (node:internal/child_process:483:16) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { errno: -4058, code: 'ENOENT', syscall: 'spawn npx', path: 'npx', spawnargs: [ 'playwright@latest', 'install', 'chromium' ] }
same here
What chip @nerophase @tarcisioandrade?
What chip @nerophase @tarcisioandrade?
My processor is an 11th Gen Intel(R) Core(TM) i3-1115G4. Is that what you mean?
What chip @nerophase @tarcisioandrade?
CPU? AMD Ryzen 5 2400G
Same issue here
Run the command manually:
npx playwright@latest install chromium
Then rerun your react-scan command.
Run the command manually:
npx playwright@latest install chromiumThen rerun your react-scan command.
fix, thanks
Run the command manually:
npx playwright@latest install chromiumThen rerun your react-scan command.
It worked. Thanks!