Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

dev.khosromanesh's avatar

hang after "npm run dev"

hello guys i just install run some commands for auth scaffolding with composer require laravel/ui

after that i ran php artisan ui bootstrap and then npm install ran completely ok but when hit npm run dev the command prompt hang on with this words :

C:\Users\Pc\Desktop\zarin>npm run dev

> dev
> vite


  vite v2.9.14 dev server running at:

  > Local: http://localhost:3000/
  > Network: use `--host` to expose

  ready in 1520ms.


  Laravel v9.20.0

  > APP_URL: http://localhost

whats the problem ?

0 likes
1 reply
vincent15000's avatar

I don't see any problem.

Do you encounter some issue ?

This screen informs you that the dev server is running correctly.

From now you can modify some JS code and the server will automatically take these modifications into account without you have to restart it.

Please or to participate in this conversation.