Reactive-Resume icon indicating copy to clipboard operation
Reactive-Resume copied to clipboard

ENOENT: no such file or directory, stat ..\rxResume\Reactive-Resume\dist\apps\client\index.html

Open galliacode opened this issue 1 year ago • 1 comments

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

galliacode avatar Feb 18 '24 02:02 galliacode

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.

abizek avatar Feb 22 '24 13:02 abizek