Reactive-Resume
Reactive-Resume copied to clipboard
ENOENT: no such file or directory, stat ..\rxResume\Reactive-Resume\dist\apps\client\index.html
Is there an existing issue for this?
- [X] Yes, I have searched the existing issues and none of them match my problem.
Product Variant
Cloud (http://rxresu.me)
Current Behavior
npm run dev but I meet the error ENOENT: no such file or directory, stat ..\rxResume\Reactive-Resume\dist\apps\client\index.html
Expected Behavior
No response
Steps To Reproduce
No response
What browsers are you seeing the problem on?
No response
What template are you using?
None
Anything else?
No response
npm run dev
serves the app locally on port 5173
. Apart from the API, localhost:3000
serves only the built HTML and assets generated on running npm run build
.
I ran the app locally and both ports worked fine for me. Hope this helps.