Describe the bug
Hi, I'm installing strapi of the latest version in my AWS light sail instance, but during the installation of strapi@beta, the process is just killed without any clue. I have already installed beta version in one of my EC2 instance, but no luck with light sail.
Steps to reproduce the behavior
sudo apt update
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
nvm install 10.15.3
3.npm install -g strapi@beta
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
> [email protected] install /home/ubuntu/.nvm/versions/node/v10.15.3/lib/node_modules/strapi/node_modules/node-sass
> node scripts/install.js
Killed
Expected behavior
successful installation
Screenshots
System
@monkibraum - The RAM (512) in the free version of AWS Light Sail is insufficient to build the Admin Panel for Strapi. This is a known issue that is being addressed. If you wish to use Light Sail, you can temporarily upgrade to the $10 a month (2G RAM), build Strapi the first time, and then downgrade back to the free plan.
Please see https://strapi.io/documentation/3.0.0-beta.x/guides/deployment.html#amazon-aws - it's mentioned in the AWS EC2 deployment guide.
@davidkartuzinski I see, thanks!
@monkibraum - The RAM (512) in the free version of AWS Light Sail is insufficient to build the Admin Panel for Strapi. This is a known issue that is being addressed. If you wish to use Light Sail, you can temporarily upgrade to the $10 a month (2G RAM), build Strapi the first time, and then downgrade back to the free plan.
Please see https://strapi.io/documentation/3.0.0-beta.x/guides/deployment.html#amazon-aws - it's mentioned in the AWS EC2 deployment guide.
You can create a swap file to build the admin panel
Most helpful comment
@monkibraum - The RAM (512) in the free version of AWS Light Sail is insufficient to build the Admin Panel for Strapi. This is a known issue that is being addressed. If you wish to use Light Sail, you can temporarily upgrade to the $10 a month (2G RAM), build Strapi the first time, and then downgrade back to the free plan.
Please see https://strapi.io/documentation/3.0.0-beta.x/guides/deployment.html#amazon-aws - it's mentioned in the AWS EC2 deployment guide.