Skip to content

Instantly share code, notes, and snippets.

@AyemunHossain
Created March 5, 2023 05:15
Show Gist options
  • Save AyemunHossain/505cb7af4f1cb19e26a500ecd5f4bc5b to your computer and use it in GitHub Desktop.
Save AyemunHossain/505cb7af4f1cb19e26a500ecd5f4bc5b to your computer and use it in GitHub Desktop.
`npm install` ends with "Killed"
sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
sudo /sbin/mkswap /var/swap.1
sudo /sbin/swapon /var/swap.1
@kaderfoysal600
Copy link

thanks for your solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment