Hi everyone,
I’m trying to contribute to an issue in the Meshery UI and set up Meshery locally for frontend development.
My environment:
-
Linux
-
8 GB RAM
-
4 GB swap
-
16 CPU threads
-
Node v16
Whenever I run:
make ui-setup
make ui-build
or
make ui-server
VS Code crashes with:
“The window terminated unexpectedly (reason: ‘clean-exit’, code: ‘0’)”
I already increased the Linux inotify watcher limit after getting the ENOSPC warning, but the issue persists.
Has anyone encountered VS Code crashing specifically while building Meshery UI? Is there a recommended Node version, memory setting, or workflow for contributors with 8 GB RAM?