-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screeps install stuck at CXX(target) Release/obj.target/isolated_vm/src/module_handle.o #89
Comments
I actually had a similar issue. sudo apt-get install htop
htop if you also notice that you are running out of RAM, the easiest way to fix it is to increase the swap file size (the amount of disk space to use, when the RAM is full) I increased my swap file to 2GB and now screeps is compiling fine (even though it still takes quite some time, swap files are slow). |
I had the same issue on a vps with only 2GB memory. To create a swap file and activate it, do as follow as root (or sudo) user : To check if the swap file is activated : Then, as screeps user, you can : After completion of the install process |
That sounds like an isolated-vm issue, are you able to install it alone? If it doesn't install either, please create the issue at ivm module page. |
Hi, i tried installing screeps on my Raspberry Pi 3b+ but everytime i try it doesn't get past this:

I installed it using
npm install screeps
I am on node version
v8.12.0
NPM is on version
6.4.1
Python is on
2.7
Excpected output
For the installation to finish
?? Is there something i am missing that i misread on the docs?
EDIT::
I installed/updated node-gyp maybe it will fix it, still trying
The text was updated successfully, but these errors were encountered: