[ad_1]
I am developing a react application inside of a vscode dev container and the development server keeps crashing with the following message:
The build failed because the process exited too early. This probably means the system ran out of memory or someone called `kill -9` on the process.
I also noticed a deprecation warning on the dev server that I thought might be related:
I am not sure if the problem here is an issue with webpack (maybe related to the deprecation warning) or if somehow the container has limited resources and I just need to allocate more memory for it? I’m feeling very much out of my depth here. Any help would be much appreciated.
[ad_2]