You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I deployed a code-server on railway. I successfully opened the port for a vanilla javascript.
But, when I start working on a react project, I always seems to failed on the npm install part.
Every time I tried to install node module, it will run a little bit, then killed the process.
This is the error I got (not the same package everytime)
I googled it and it's due to the 1GB ram inefficiency, the way is to create a swap file.
(I fresh rebuild the code-sever with 14.x this time.)
However, when I do that, I get another new issue:
Hi, I deployed a code-server on railway. I successfully opened the port for a vanilla javascript.
But, when I start working on a react project, I always seems to failed on the npm install part.
Every time I tried to install node module, it will run a little bit, then killed the process.
This is the error I got (not the same package everytime)
I don't think this is the node version problem, because I redeployed it a few times with version 14 and still got killed during npm installation.
The text was updated successfully, but these errors were encountered: