Hello!
I'm trying to run the https://github.com/txpipe/wallet-connect-starter-kit project.
I go to vscode, i click "Ctrl+ñ", I open the "terminal" and the I run this command:
npm install
Everything is ok, but with 10 warnings... Anyway , the project is ready for launching. Then, I run this:
npm start
And then , I get this message:
Starting the development server...
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.
abc@adorable-security-n0ohwv-0:~/workspace/repo$
Anybody knows what's happening here and how to solve this problem?
Thanks in advance!