You are not logged in.
When I start a react app in my browser with
npx create-react-app test
cd test
npm startthe xserver seems to automatically restart after a few minutes. i.e. All of my applications gets closed and I get prompted to my login shell.
$ npm --version
8.19.2
$ uname -r
6.0.11-arch1-1This does not happen if I'm I don't run npm start. I don't know what's causing the problem. I'm not even sure if this is an arch specific issue.
Last edited by nikinbaidarr (2023-07-15 04:31:37)
Offline
¯\_(ツ)_/¯
Look for some errors in the logs (journalctl -e). I'll help ya debug if you post any errors you find.
Offline
I got also that sort of crash of X several times. Maybe are you using an unstable release of node, could you check node version?
Last edited by Busyvar (2022-12-20 07:36:19)
Offline
Maybe are you using an unstable release of node, could you check node version?
I posted this and totally forgot to mark it solved. Yes. A system upgrade had solved this problem.
Offline